Grid Surface.Evaluate Core Method
Evaluates the surface at the specified point.
Definition
Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
The value of the surface at the specified point.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
protected abstract double EvaluateCore(
ReadOnlySpan<double> point
)Parameters
- point ReadOnlySpan<Double>
- A read-only span representing the coordinates of the point.
Return Value
DoubleThe value of the surface at the specified point.
Remarks
The length of point must equal Dimension.
Exceptions
| Argument | The length of point does not equal Dimension. |