Click or drag to resize

DoubleParameterizedDelegateFunction Property

Gets and sets the delegate for the the function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Func<DoubleVector, double, double> Function { get; set; }

Property Value

FuncDoubleVector, Double, Double
See Also