Click or drag to resize

DoubleParameterizedFunctional(Int32) Constructor

Constructs a DoubleParameterizedFunctional object with the specified domain dimension.

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

Parameters

xDimension  Int32
The dimension of the domain of the functional. must be positive.
See Also