Type Alias fixed::types::I120F8

source ·
pub type I120F8 = FixedI128<U8>;
Expand description

FixedI128 with 120 integer bits and eight fractional bits.

Aliased Type§

struct I120F8 { /* private fields */ }