Class NativePointResamplerFactory
Defines a com.scichart.data.numerics.pointresamplers.IPointResamplerFactory which uses native C++ code for resampling data.
Implements
Inherited Members
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. |