Type Alias fixed::types::I0F128

source ·
pub type I0F128 = FixedI128<U128>;
Expand description

FixedI128 with no integer bits and 128 fractional bits.

Aliased Type§

struct I0F128 { /* private fields */ }