Delegate for the output function.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public Func<DoubleVector, DoubleMatrix, OdeSolverBase..::.OutputFunctionFlag, bool> OutputFunction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OutputFunction As Func(Of DoubleVector, DoubleMatrix, OdeSolverBase..::.OutputFunctionFlag, Boolean) |
| Visual C++ |
|---|
public: property Func<DoubleVector^, DoubleMatrix^, OdeSolverBase..::.OutputFunctionFlag, bool>^ OutputFunction { Func<DoubleVector^, DoubleMatrix^, OdeSolverBase..::.OutputFunctionFlag, bool>^ get (); void set (Func<DoubleVector^, DoubleMatrix^, OdeSolverBase..::.OutputFunctionFlag, bool>^ value); } |