Search Results for

    Show / Hide Table of Contents

    Class NumericRange<T>

    Defines a base class for all numeric ranges

    Inheritance
    java.lang.Object
    RangeBase
    NumericRange<T>
    Inherited Members
    RangeBase.addRangeChangeObserver(IRangeChangeObserver<T>)
    RangeBase.clipTo(IRange<T>)
    RangeBase.clipTo(IRange<T>,RangeClipMode)
    RangeBase.clone()
    RangeBase.equals(Object)
    RangeBase.getDiff()
    RangeBase.getIsDefined()
    RangeBase.getIsMinMaxValid()
    RangeBase.getIsZero()
    RangeBase.getMath()
    RangeBase.getMax()
    RangeBase.getMin()
    RangeBase.hashCode()
    RangeBase.isValueWithinRange(T)
    RangeBase.removeRangeChangeObserver(IRangeChangeObserver<T>)
    RangeBase.set(IRange<T>)
    RangeBase.setMax(T)
    RangeBase.setMin(T)
    RangeBase.setMinMax(T,T)
    RangeBase.setMinMaxDouble(double,double)
    RangeBase.setMinMaxDoubleForced(double,double)
    RangeBase.setMinMaxForced(T,T)
    RangeBase.setMinMaxWithLimit(double,double,IRange<T>)
    RangeBase.toString()
    RangeBase.union(T,T)
    RangeBase.union(IRange<T>)
    Object.finalize()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class NumericRange<T> extends RangeBase<T>
    Type Parameters
    Name Description
    T

    Constructors

    NumericRange(T min, T max, IMath<T> math)

    Initializes a new instance of NumericRange

    Declaration
    protected NumericRange(T min, T max, IMath<T> math)
    Parameters
    Type Name Description
    T min

    The min value to initialize range with.

    T max

    The max value to initialize range with.

    IMath<T> math

    The generic IMath helper.

    NumericRange(NumericRange<T> range, IMath<T> math)

    Initializes a new instance of NumericRange

    Declaration
    protected NumericRange(NumericRange<T> range, IMath<T> math)
    Parameters
    Type Name Description
    NumericRange<T> range

    The NumericRange instance to initialize new range with.

    IMath<T> math

    The generic IMath helper.

    Methods

    getMaxAsDouble()

    Declaration
    public final double getMaxAsDouble()
    Returns
    Type Description
    double

    getMinAsDouble()

    Declaration
    public final double getMinAsDouble()
    Returns
    Type Description
    double
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml