Type Alias fixed::types::I96F32

source ·
pub type I96F32 = FixedI128<32>;
Expand description

FixedI128 with 96 integer bits and 32 fractional bits.

Aliased Type§

struct I96F32 { /* private fields */ }