Click or drag to resize

VariableOrderOdeSolverOptionsOutputFunction Property

Gets and sets the delegate for the output function.

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

Property Value

FuncDoubleVector, DoubleMatrix, OdeSolverBaseOutputFunctionFlag, Boolean
See Also