Type Definition aether_primitives::cf32

source ·
pub type cf32 = Complex32;
Expand description

Shorthand for Complex Default sample type This type is repr(C), thus 2 f32s back-to-back equivalent to [f32;2]