Type Alias fixed::types::I6F10

source ·
pub type I6F10 = FixedI16<U10>;
Expand description

FixedI16 with six integer bits and 10 fractional bits.

Aliased Type§

struct I6F10 { /* private fields */ }