Type Alias fixed::types::I8F24

source ·
pub type I8F24 = FixedI32<U24>;
Expand description

FixedI32 with eight integer bits and 24 fractional bits.

Aliased Type§

struct I8F24 { /* private fields */ }