Type Alias fixed::types::I24F8

source ·
pub type I24F8 = FixedI32<U8>;
Expand description

FixedI32 with 24 integer bits and eight fractional bits.

Aliased Type§

struct I24F8 { /* private fields */ }