Type Alias fixed::types::I24F104

source ·
pub type I24F104 = FixedI128<U104>;
Expand description

FixedI128 with 24 integer bits and 104 fractional bits.

Aliased Type§

struct I24F104 { /* private fields */ }