Type Alias fixed::types::I4F28

source ·
pub type I4F28 = FixedI32<U28>;
Expand description

FixedI32 with four integer bits and 28 fractional bits.

Aliased Type§

struct I4F28 { /* private fields */ }