Search Results for

    Show / Hide Table of Contents

    Class DefaultIndexCalculator

    Default implementation of IIndexCalculator

    Inheritance
    java.lang.Object
    DefaultIndexCalculator
    Implements
    indexDataProvider.IIndexCalculator
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public final class DefaultIndexCalculator implements indexDataProvider.IIndexCalculator

    Constructors

    DefaultIndexCalculator(DoubleValues indexValues)

    Declaration
    public DefaultIndexCalculator(DoubleValues indexValues)
    Parameters
    Type Name Description
    DoubleValues indexValues

    Methods

    getIndex(double value)

    Gets index of specified value in sequence defined by this IIndexDataProvider instance

    Declaration
    public double getIndex(double value)
    Parameters
    Type Name Description
    double value

    The value to get index for

    Returns
    Type Description
    double

    getIndices(double[] values, float[] indices, int count)

    Gets indices of specified values in sequence defined by this IIndexDataProvider instance

    Declaration
    public void getIndices(double[] values, float[] indices, int count)
    Parameters
    Type Name Description
    double[] values

    The values to get indices for

    float[] indices

    The target indices array

    int count

    Amount of points to transform

    getValue(double index)

    Gets value for specified index in sequence defined by this IIndexDataProvider instance

    Declaration
    public final double getValue(double index)
    Parameters
    Type Name Description
    double index

    The index to get value for

    Returns
    Type Description
    double

    getValues(double[] indices, double[] values, int count)

    Gets values for specified indices in sequence defined by this IIndexDataProvider instance

    Declaration
    public void getValues(double[] indices, double[] values, int count)
    Parameters
    Type Name Description
    double[] indices

    The indices to get values for

    double[] values

    The target values array

    int count

    Amount of points to transform

    Implements

    IIndexCalculator
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml