Type Alias fixed::types::I12F4

source ·
pub type I12F4 = FixedI16<U4>;
Expand description

FixedI16 with 12 integer bits and four fractional bits.

Aliased Type§

struct I12F4 { /* private fields */ }