Type Alias fixed::types::I100F28

source ·
pub type I100F28 = FixedI128<U28>;
Expand description

FixedI128 with 100 integer bits and 28 fractional bits.

Aliased Type§

struct I100F28 { /* private fields */ }