ILNumerics Ultimate VS

SizeItem Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public long this[
	long idx
] { get; }

Parameters

idx
Type: SystemInt64
The index of the dimension to retrieve the length for.

Return Value

Type: Int64
Length 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

Reference