Type Alias fixed::types::I27F5

source ·
pub type I27F5 = FixedI32<U5>;
Expand description

FixedI32 with 27 integer bits and five fractional bits.

Aliased Type§

struct I27F5 { /* private fields */ }