Type Alias fixed::types::I2F14

source ·
pub type I2F14 = FixedI16<U14>;
Expand description

FixedI16 with two integer bits and 14 fractional bits.

Aliased Type§

struct I2F14 { /* private fields */ }