Type Alias fixed::types::I17F15

source ·
pub type I17F15 = FixedI32<U15>;
Expand description

FixedI32 with 17 integer bits and 15 fractional bits.

Aliased Type§

struct I17F15 { /* private fields */ }