Skip to main content

V32

Type Alias V32 

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

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

Aliased Typeยง

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