Surface Constructor

Initializes a new instance of the Surface class with the specified dimension.

Definition

Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
protected Surface(
	int dimension
)

Parameters

dimension  Int32
The number of dimensions of the input space.

Exceptions

ArgumentOutOfRangeExceptiondimension is less than or equal to zero.

See Also