pub trait Amounts: Float + Signed {
    fn get_1000() -> Self;
fn get_1024() -> Self; }
Expand description

Constructors for floating-point values for both the possible multipliers.

Required methods

Implementations on Foreign Types

Implementors