Type Alias fixed::types::I30F2

source ·
pub type I30F2 = FixedI32<U2>;
Expand description

FixedI32 with 30 integer bits and two fractional bits.

Aliased Type§

struct I30F2 { /* private fields */ }