Surface.Dimension Property
Gets the number of dimensions of the input space.
Definition
Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
The dimension of the input space for this surface.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
public int Dimension { get; }Property Value
Int32The dimension of the input space for this surface.
Remarks
All input points to the Evaluate(ReadOnlySpan<Double>) method must have exactly this many components.