Type Alias fixed::types::I9F23

source ·
pub type I9F23 = FixedI32<U23>;
Expand description

FixedI32 with nine integer bits and 23 fractional bits.

Aliased Type§

struct I9F23 { /* private fields */ }