Type Alias fixed::types::I40F24

source ·
pub type I40F24 = FixedI64<U24>;
Expand description

FixedI64 with 40 integer bits and 24 fractional bits.

Aliased Type§

struct I40F24 { /* private fields */ }