Click or drag to resize

DependentVariableDerivativesGetDimensionForOrder Method

Get the number of elements in the dependent variables which are of the given order.

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 the elements to count.

Return Value

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