Type Alias I25F7

Source
pub type I25F7 = FixedI32<U7>;
Expand description

FixedI32 with 25 integer bits and seven fractional bits.

Aliased Typeยง

struct I25F7 { /* private fields */ }