Type Alias fixed::types::I3F29

source ·
pub type I3F29 = FixedI32<U29>;
Expand description

FixedI32 with three integer bits and 29 fractional bits.

Aliased Type§

struct I3F29 { /* private fields */ }