Type Alias I16F16

Source
pub type I16F16 = FixedI32<U16>;
Expand description

FixedI32 with 16 integer bits and 16 fractional bits.

Aliased Typeยง

struct I16F16 { /* private fields */ }