Search Results for

    Show / Hide Table of Contents

    Class FloatRange

    Defines a range of type Float.

    Inheritance
    java.lang.Object
    RangeBase<T>
    NumericRange
    FloatRange
    Inherited Members
    NumericRange.getMaxAsDouble()
    NumericRange.getMinAsDouble()
    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 class FloatRange extends NumericRange<Float>

    Constructors

    FloatRange()

    Initializes a new instance of FloatRange.

    Declaration
    public FloatRange()

    FloatRange(FloatRange range)

    Initializes a new instance of FloatRange.

    Declaration
    public FloatRange(FloatRange range)
    Parameters
    Type Name Description
    range

    The FloatRange instance to initialize new range with.

    FloatRange(Float min, Float max)

    Initializes a new instance of FloatRange.

    Declaration
    public FloatRange(Float min, Float max)
    Parameters
    Type Name Description
    Float min

    The min value to initialize range with.

    Float max

    The max value to initialize range with.

    Methods

    clone()

    Creates and returns a copy of this object

    Declaration
    public IRange<Float> clone()
    Returns
    Type Description
    IRange<Float>
    Overrides
    RangeBase<T>.clone()
    Exceptions
    Type Condition
    CloneNotSupportedException

    getIsZero()

    Gets whether the range is Zero, where max equals min

    Declaration
    public boolean getIsZero()
    Returns
    Type Description
    boolean
    Overrides
    RangeBase<T>.getIsZero()

    getValueType()

    Declaration
    public final Class<Float> getValueType()
    Returns
    Type Description
    Class<Float>

    growBy(double minFraction, double maxFraction)

    Declaration
    public void growBy(double minFraction, double maxFraction)
    Parameters
    Type Name Description
    double minFraction
    double maxFraction
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml