Enum conv::RoundToNearest [] [src]

pub enum RoundToNearest {}

This scheme is used to convert a value by rounding it to the nearest representable value, with ties rounding away from zero.

Trait Implementations

impl ApproxScheme for RoundToNearest
[src]