Type Alias I10F22

Source
pub type I10F22 = FixedI32<U22>;
Expand description

FixedI32 with 10 integer bits and 22 fractional bits.

Aliased Typeยง

struct I10F22 { /* private fields */ }