I8F24

Type Alias I8F24 

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

FixedI32 with eight integer bits and 24 fractional bits.

Aliased Typeยง

pub struct I8F24 { /* private fields */ }