Search Results for

    Show / Hide Table of Contents

    Class NativePointResamplerFactory

    Defines a com.scichart.data.numerics.pointresamplers.IPointResamplerFactory which uses native C++ code for resampling data.

    Inheritance
    java.lang.Object
    NativePointResamplerFactory
    Implements
    IPointResamplerFactory
    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 NativePointResamplerFactory implements IPointResamplerFactory

    Methods

    <TX,TY>get(Class<TX> xClass, Class<TY> yClass)

    Gets the IPointResampler instance to handle combination of TX and TY generic type parameters.

    Declaration
    public IPointResampler<TX,TY> <TX,TY>get(Class<TX> xClass, Class<TY> yClass)
    Parameters
    Type Name Description
    Class<TX> xClass
    Class<TY> yClass
    Returns
    Type Description
    IPointResampler<TX,TY>

    instance()

    Gets the com.scichart.data.numerics.pointresamplers.NativePointResamplerFactory singleton instance.

    Declaration
    public static NativePointResamplerFactory instance()
    Returns
    Type Description

    The com.scichart.data.numerics.pointresamplers.NativePointResamplerFactory singleton instance.

    Implements

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