Type Alias fixed::types::I1F127

source ·
pub type I1F127 = FixedI128<U127>;
Expand description

FixedI128 with one integer bit and 127 fractional bits.

Aliased Type§

struct I1F127 { /* private fields */ }