Type Alias fixed::types::I22F42

source ·
pub type I22F42 = FixedI64<U42>;
Expand description

FixedI64 with 22 integer bits and 42 fractional bits.

Aliased Type§

struct I22F42 { /* private fields */ }