Type Alias fixed::types::I10F22

source ·
pub type I10F22 = FixedI32<U22>;
Expand description

FixedI32 with 10 integer bits and 22 fractional bits.

Aliased Type§

struct I10F22 { /* private fields */ }