Type Alias fixed::types::I28F36

source ·
pub type I28F36 = FixedI64<U36>;
Expand description

FixedI64 with 28 integer bits and 36 fractional bits.

Aliased Type§

struct I28F36 { /* private fields */ }