Type Alias fixed::types::I20F44

source ·
pub type I20F44 = FixedI64<U44>;
Expand description

FixedI64 with 20 integer bits and 44 fractional bits.

Aliased Type§

struct I20F44 { /* private fields */ }