ILNumerics - Technical Application Development
Top
The EllipsisSpec type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Disposes this dim spec object. After disposing don't use the object anymore!
(Overrides DimSpecDispose.)[ILNumerics Core Module] | |
Equals | (Inherited from DimSpec.) | |
GetElementType | (Inherited from DimSpec.) | |
GetEnumerator |
Gives an IEnumeratorT capable of iterating over the index range specified by this object.
(Inherited from DimSpec.)[ILNumerics Core Module] | |
GetItem | (Inherited from DimSpec.) | |
GetLastDimensionIndex | (Inherited from DimSpec.) | |
GetLength | (Inherited from DimSpec.) | |
GetMaximum | (Inherited from DimSpec.) | |
GetMinimum | (Inherited from DimSpec.) | |
GetStepSize |
Gives the stepsize configured for this dimension specifier.
(Inherited from DimSpec.)[ILNumerics Core Module] | |
IsOfTypeT | (Inherited from DimSpec.) | |
MoveNext |
Increments the internal position counter to the next index.
(Inherited from DimSpec.)[ILNumerics Core Module] | |
Reset |
Places the internal position counter back before the first element.
(Inherited from DimSpec.)[ILNumerics Core Module] | |
ShortInfo | (Inherited from DimSpec.) | |
ShortInfo(Boolean, Boolean, Boolean, Boolean) | (Inherited from DimSpec.) | |
ToStream | (Inherited from DimSpec.) | |
ToString | (Inherited from DimSpec.) | |
ToString(UInt32, UInt32, NullableStorageOrders, Boolean, Boolean, NullableInt32) |
Creates a textual representation of a derived array and allows to control display parameters.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ToXML | (Inherited from DimSpec.) |
See Also