ILNumerics - Technical Application Development
SystemObject
ILNumericsBaseArray
ILNumericsDimSpec
ILNumericsFullDimSpec
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
This class supports the full specifier in indexing expressions.
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumericsBaseArray
ILNumericsDimSpec
ILNumericsFullDimSpec
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The FullDimSpec type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FullDimSpec |
Creates a new full dimension specifier.
[ILNumerics Core Module] |
Properties
Name | Description | |
---|---|---|
![]() | Current | (Inherited from DimSpec.) |
![]() | End | (Inherited from DimSpec.) |
![]() | IsColumnVector | (Inherited from DimSpec.) |
![]() | IsComplex | (Inherited from DimSpec.) |
![]() | IsDisposed | (Inherited from DimSpec.) |
![]() | IsEmpty | (Inherited from DimSpec.) |
![]() | IsMatrix | (Inherited from DimSpec.) |
![]() | IsNumeric | (Inherited from DimSpec.) |
![]() | IsRowVector | (Inherited from DimSpec.) |
![]() | IsScalar | (Inherited from DimSpec.) |
![]() | IsSingleIndex | (Inherited from DimSpec.) |
![]() | IsSlice | (Inherited from DimSpec.) |
![]() | IsVector | (Inherited from DimSpec.) |
![]() | Length |
Number of elements referenced by this dimension specifier.
(Inherited from DimSpec.)[ILNumerics Core Module] |
![]() | ReferenceCount | (Inherited from DimSpec.) |
![]() | S | (Inherited from DimSpec.) |
![]() | Size | (Inherited from DimSpec.) |
![]() | Start | (Inherited from DimSpec.) |
![]() | Step | (Inherited from DimSpec.) |
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.) |
Fields
Name | Description | |
---|---|---|
![]() | m_cur | (Inherited from DimSpec.) |
![]() | m_end | (Inherited from DimSpec.) |
![]() | m_isSingleIndex | (Inherited from DimSpec.) |
![]() | m_isSlice | (Inherited from DimSpec.) |
![]() | m_last | (Inherited from DimSpec.) |
![]() | m_lastElementIDX | (Inherited from DimSpec.) |
![]() | m_start | (Inherited from DimSpec.) |
![]() | m_step | (Inherited from DimSpec.) |
Remarks
[ILNumerics Core Module]
See Also