Search Results for

    Show / Hide Table of Contents

    Interface ISciListDouble

    Defines the interface which allows to get access to primitive internal items array.

    Implements
    com.scichart.data.model.ISciList<java.lang.Double>
    Namespace:
    Assembly: .dll
    Syntax
    public interface ISciListDouble extends ISciList<Double>

    Methods

    getItemsArray()

    Gets the internal items array that this list wraps for direct access.

    Declaration
    public abstract double[] getItemsArray()
    Returns
    Type Description
    double[]

    The internal items array that this list wraps for direct access.

    getItemsArray(boolean normalizeIndex)

    Gets the internal items array that this list wraps for direct access.

    Declaration
    public abstract double[] getItemsArray(boolean normalizeIndex)
    Parameters
    Type Name Description
    boolean normalizeIndex

    The value which indicate whether to normalize index or not.

    Returns
    Type Description
    double[]

    The internal items array that this list wraps for direct access.

    getStartIndex()

    Gets the start index in internal items array.

    Declaration
    public abstract int getStartIndex()
    Returns
    Type Description
    int

    The start index in internal items array

    Implements

    com.scichart.data.model.ISciList<java.lang.Double>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml