Type Alias I8F24

Source
pub type I8F24 = FixedI32<U24>;
Expand description

FixedI32 with eight integer bits and 24 fractional bits.

Aliased Typeยง

struct I8F24 { /* private fields */ }