Type Alias fixed::types::I28F100

source ·
pub type I28F100 = FixedI128<100>;
Expand description

FixedI128 with 28 integer bits and 100 fractional bits.

Aliased Type§

struct I28F100 { /* private fields */ }