Skip to main content

Q16

Type Alias Q16 

Source
pub type Q16 = i32;
Expand description

Type alias: Q16 is i32 stored in Q16.16 fixed-point format.

The integer part occupies bits 31..16, the fractional part bits 15..0.