pub fn make_attr_floating(d: f64) -> AttrValue
Create a new floating point AttrValue
AttrValue
d
An owned AttrValue with floating point (stored as f64) value
d.into() may be preferred, and supports all sizes of floating point types.
d.into()
Cell Context