Click or drag to resize

DoubleParameterizedDelegate(FuncDoubleVector, Double, Double) Constructor

Constructs a DoubleParameterizedDelegate instance from the given delegate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleParameterizedDelegate(
	Func<DoubleVector, double, double> f
)

Parameters

f  FuncDoubleVector, Double, Double
The constructed instance will use the delegate f to implement the Evaluate method inherited from DoubleParameterizedFunction
See Also