Skip to main content

V16

Type Alias V16 

Source
pub type V16<const F: i8> = Q<Wrapping<u16>, Wrapping<u32>, F>;
Expand description

Fixed point Wrapping< u16 > with Wrapping< u32 > accumulator

Aliased Typeยง

pub struct V16<const F: i8> { /* private fields */ }