Click or drag to resize

OrdinaryDifferentialEquationSystemIsMixedOrder Property

Gets or sets a value indicating whether the highest order derivative for each dependent variable appearing in the set of equations is not the same.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsMixedOrder { get; protected set; }

Property Value

Type: Boolean
See Also