Skip to main content

TotalF32

Type Alias TotalF32 

Source
pub type TotalF32 = Total<f32>;
Expand description

Total ordered f32, all values valid, including NaN, -0.0, +0.0, and infinities.

Aliased Typeยง

pub struct TotalF32(/* private fields */);