[−][src]Struct sp_runtime::curve::PiecewiseLinear
Piecewise Linear function in [0, 1] -> [0, 1].
Fields
points: &'a [(Perbill, Perbill)]Array of points. Must be in order from the lowest abscissas to the highest.
maximum: PerbillThe maximum value that can be returned.
Implementations
impl<'a> PiecewiseLinear<'a>[src][−]
pub fn calculate_for_fraction_times_denominator<N>(&self, n: N, d: N) -> N where
N: AtLeast32BitUnsigned + Clone, [src][−]
N: AtLeast32BitUnsigned + Clone,
Compute f(n/d)*d with n <= d. This is useful to avoid loss of precision.
Trait Implementations
impl<'a> Debug for PiecewiseLinear<'a>[src][+]
impl<'a> Eq for PiecewiseLinear<'a>[src]
impl<'a> PartialEq<PiecewiseLinear<'a>> for PiecewiseLinear<'a>[src][+]
impl<'a> StructuralEq for PiecewiseLinear<'a>[src]
impl<'a> StructuralPartialEq for PiecewiseLinear<'a>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for PiecewiseLinear<'a>
impl<'a> Send for PiecewiseLinear<'a>
impl<'a> Sync for PiecewiseLinear<'a>
impl<'a> Unpin for PiecewiseLinear<'a>
impl<'a> UnwindSafe for PiecewiseLinear<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> CheckedConversion for T[src][+]
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T, Outer> IsWrappedBy<Outer> for T where
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>, [src][+]
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> SaturatedConversion for T[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src][+]
T: UncheckedFrom<S>,
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded, [src][+]
S: TryInto<T>,
T: Bounded,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,