Type Alias fixed::types::I28F4

source ·
pub type I28F4 = FixedI32<U4>;
Expand description

FixedI32 with 28 integer bits and four fractional bits.

Aliased Type§

struct I28F4 { /* private fields */ }