Click or drag to resize

DoubleVectorParameterizedDelegateFunction Property

Gets and sets the delegate for evaluating the parameterized functional.

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

Property Value

FuncDoubleVector, DoubleVector, Double
See Also