Constructs a DoubleMultiVariableFunction instance representing a function that maps an xDimension space a yDimensional space.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMultiVariableFunction(
	int xDimension,
	int yDimension
)
Visual Basic (Declaration)
Public Sub New ( _
	xDimension As Integer, _
	yDimension As Integer _
)
Visual C++
public:
DoubleMultiVariableFunction(
	int xDimension, 
	int yDimension
)

Parameters

xDimension
Type: System..::.Int32
The dimension of the function domain.
yDimension
Type: System..::.Int32
The dimension of the function range.

See Also