Type Alias fixed::types::I20F12

source ·
pub type I20F12 = FixedI32<U12>;
Expand description

FixedI32 with 20 integer bits and 12 fractional bits.

Aliased Type§

struct I20F12 { /* private fields */ }