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#
public int Dimension { get; }

Property Value

Int32
The dimension of the input space for this surface.

Remarks

All input points to the Evaluate(ReadOnlySpan<Double>) method must have exactly this many components.

See Also