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.3572.0 (4.8.3572.0)
Syntaxpublic delegate void PointSink(
double x,
double y,
bool bLastPoint
)
Parameters
- x Double
- The x-coordinate of the calculated point.
- y Double
- The y-coordinate of the calculated point.
- bLastPoint Boolean
- Indicates whether this is the last point in the sequence.
See Also