Constructs a DoubleParameterizedFunctional object with the specified domain dimension.

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

Syntax

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

Parameters

xDimension
Type: System..::.Int32
The dimension of the domain of the functional. must be positive.

See Also