pub fn as_float<'a>(property: &'a Property<'a, 'a>) -> Option<f64>
Converts a Property to an Option<f64> if it is an unsigned integer or similar structure.
Property
Option<f64>