CurveBasePointSink Delegate |
This function serves as a sink for the calculated points of a curve.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate void PointSink(
double x,
double y,
bool bLastPoint
)
Parameters
- x Double
-
- y Double
-
- bLastPoint Boolean
-
See Also