Constructs a DoubleFunctional object whose domain has the specified
dimension.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleFunctional( int xDimension ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ xDimension As Integer _ ) |
| Visual C++ |
|---|
public: DoubleFunctional( int xDimension ) |
Parameters
- xDimension
- Type: System..::.Int32
The dimension of the functional's domain.