Type Alias fixed::types::I4F12

source ·
pub type I4F12 = FixedI16<12>;
Expand description

FixedI16 with four integer bits and 12 fractional bits.

Aliased Type§

struct I4F12 { /* private fields */ }