Type Alias fixed::types::I44F20

source ·
pub type I44F20 = FixedI64<U20>;
Expand description

FixedI64 with 44 integer bits and 20 fractional bits.

Aliased Type§

struct I44F20 { /* private fields */ }