Type Alias fixed::types::I26F6

source ·
pub type I26F6 = FixedI32<U6>;
Expand description

FixedI32 with 26 integer bits and six fractional bits.

Aliased Type§

struct I26F6 { /* private fields */ }