Type Alias fixed::types::I1F15

source ·
pub type I1F15 = FixedI16<U15>;
Expand description

FixedI16 with one integer bit and 15 fractional bits.

Aliased Type§

struct I1F15 { /* private fields */ }