Skip to main content

Module float

Module float 

Source
Expand description

§Float value

The decoded float value kind.

Backs the float-valued properties and parameters (RFC 5545 3.3.7): a signed real number such as 1000000.0000001 or -3.14. The value is kept as its raw text so the original lexical form round-trips; IcalFloat::get parses it into an f64.

Structs§

IcalFloat
A decoded float value, kept as its raw text.