ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Length of dimension specified by idx.
Get length of dimension at index idx.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- idx
- Type: SystemInt64
The index of the dimension to retrieve the length for.
Return Value
Type: Int64Length of dimension specified by idx.
Remarks
For idx corresponding to an existing dimension the length of that dimension is returned. If idx is equal to or larger than the number of dimensions 1 is returned.
[ILNumerics Core Module]
See Also