Click or drag to resize

OrdinaryDifferentialEquationSystemGetDimensionForOrder Method

Gets the number of variables of the given order in the dependent variables.

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 int GetDimensionForOrder(
	int order
)

Parameters

order
Type: SystemInt32
The order of dependent variables to analyze.

Return Value

Type: Int32
The number of variables of the given order in the dependent variables.
See Also