Type Alias I100F28

Source
pub type I100F28 = FixedI128<U28>;
Expand description

FixedI128 with 100 integer bits and 28 fractional bits.

Aliased Typeยง

struct I100F28 { /* private fields */ }