XLInterpolators1DForwardFlatInterpolator Method |
Create a 1-dimensional interpolator object performing forward flat interpolation between data points
Namespace: CalquantXLAssembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax public static Object ForwardFlatInterpolator(
double[] xValues,
double[] yValues,
Object observer
)
Parameters
- xValues Double
-
- yValues Double
-
- observer Object
-
Return Value
ObjectSee Also