Type Alias fixed::types::I31F33

source ·
pub type I31F33 = FixedI64<U33>;
Expand description

FixedI64 with 31 integer bits and 33 fractional bits.

Aliased Type§

struct I31F33 { /* private fields */ }