public class FunctionExpInterpolation extends Function
functionIndex
Constructor and Description |
---|
FunctionExpInterpolation() |
FunctionExpInterpolation(float[] c0,
float[] c1,
float exponent) |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone() |
float[] |
getC0() |
float[] |
getC1() |
float |
getExponent() |
void |
setC0(float[] value) |
void |
setC1(float[] value) |
void |
setExponent(float value) |
public FunctionExpInterpolation()
public FunctionExpInterpolation(float[] c0, float[] c1, float exponent)
Copyright © 2016 Aspose. All Rights Reserved.