Click or drag to resize

OdeMethodOptionsCheckConsistency Method

Checks the consistency of the options. An InvalidOperationException is thrown if some of the parameters exclude each other.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual void CheckConsistency()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the options are inconsistent.
See Also