Type Alias fixed::types::I2F30

source ·
pub type I2F30 = FixedI32<U30>;
Expand description

FixedI32 with two integer bits and 30 fractional bits.

Aliased Type§

struct I2F30 { /* private fields */ }