Function float_to_unsigned_int

Source
fn float_to_unsigned_int<F, U>(f: F) -> U
where F: Float, U: Int<UnsignedInt = U>, F::Int: CastInto<U> + CastFrom<u32> + CastInto<U::UnsignedInt>, u32: CastFrom<F::Int>,
Expand description

Generic float to unsigned int conversions.