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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
protected Surface(
int dimension
)Parameters
- dimension Int32
- The number of dimensions of the input space.
Exceptions
| Argument | dimension is less than or equal to zero. |