as_float

Function as_float 

Source
pub fn as_float<'a>(property: &'a Property<'a, 'a>) -> Option<f64>
Expand description

Converts a Property to an Option<f64> if it is an unsigned integer or similar structure.