Click or drag to resize

DoubleFunctional(Int32) Constructor

Constructs a DoubleFunctional object whose domain has the specified dimension.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleFunctional(
	int xDimension
)

Parameters

xDimension  Int32
The dimension of the functional's domain.
See Also