Function float_to_signed_int

Source
fn float_to_signed_int<F, I>(f: F) -> I
where F: Float, I: Int + Neg<Output = I>, I::UnsignedInt: Int, F::Int: CastInto<I::UnsignedInt> + CastFrom<u32>, u32: CastFrom<F::Int>,
Expand description

Generic float to signed int conversions.