Type Alias fixed::types::I10F6

source ·
pub type I10F6 = FixedI16<U6>;
Expand description

FixedI16 with 10 integer bits and six fractional bits.

Aliased Type§

struct I10F6 { /* private fields */ }