ILNumerics Ultimate VS

FullDimSpec Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class supports the full specifier in indexing expressions.

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumericsBaseArray
    ILNumericsDimSpec
      ILNumericsFullDimSpec

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class FullDimSpec : DimSpec

The FullDimSpec type exposes the following members.

Constructors

  NameDescription
Protected methodFullDimSpec
Creates a new full dimension specifier.

[ILNumerics Core Module]

Top
Properties

  NameDescription
Public propertyCurrent (Inherited from DimSpec.)
Public propertyEnd (Inherited from DimSpec.)
Public propertyIsColumnVector (Inherited from DimSpec.)
Public propertyIsComplex (Inherited from DimSpec.)
Public propertyIsDisposed (Inherited from DimSpec.)
Public propertyIsEmpty (Inherited from DimSpec.)
Public propertyIsMatrix (Inherited from DimSpec.)
Public propertyIsNumeric (Inherited from DimSpec.)
Public propertyIsRowVector (Inherited from DimSpec.)
Public propertyIsScalar (Inherited from DimSpec.)
Public propertyIsSingleIndex (Inherited from DimSpec.)
Public propertyIsSlice (Inherited from DimSpec.)
Public propertyIsVector (Inherited from DimSpec.)
Public propertyLength
Number of elements referenced by this dimension specifier.

[ILNumerics Core Module]

(Inherited from DimSpec.)
Public propertyReferenceCount (Inherited from DimSpec.)
Public propertyS (Inherited from DimSpec.)
Public propertySize (Inherited from DimSpec.)
Public propertyStart (Inherited from DimSpec.)
Public propertyStep (Inherited from DimSpec.)
Top
Methods

  NameDescription
Public methodDispose
Disposes this dim spec object. After disposing don't use the object anymore!

[ILNumerics Core Module]

(Overrides DimSpecDispose.)
Public methodEquals (Inherited from DimSpec.)
Public methodGetElementType (Inherited from DimSpec.)
Public methodGetEnumerator
Gives an IEnumeratorT capable of iterating over the index range specified by this object.

[ILNumerics Core Module]

(Inherited from DimSpec.)
Public methodGetItem (Inherited from DimSpec.)
Public methodGetLastDimensionIndex (Inherited from DimSpec.)
Public methodGetLength (Inherited from DimSpec.)
Public methodGetMaximum (Inherited from DimSpec.)
Public methodGetMinimum (Inherited from DimSpec.)
Public methodGetStepSize
Gives the stepsize configured for this dimension specifier.

[ILNumerics Core Module]

(Inherited from DimSpec.)
Public methodIsOfTypeT (Inherited from DimSpec.)
Public methodMoveNext
Increments the internal position counter to the next index.

[ILNumerics Core Module]

(Inherited from DimSpec.)
Public methodReset
Places the internal position counter back before the first element.

[ILNumerics Core Module]

(Inherited from DimSpec.)
Public methodShortInfo (Inherited from DimSpec.)
Public methodShortInfo(Boolean, Boolean, Boolean, Boolean) (Inherited from DimSpec.)
Public methodToStream (Inherited from DimSpec.)
Public methodToString (Inherited from DimSpec.)
Public methodToString(UInt32, UInt32, NullableStorageOrders, Boolean, Boolean, NullableInt32)
Creates a textual representation of a derived array and allows to control display parameters.

[ILNumerics Core Module]

(Inherited from BaseArray.)
Public methodToXML (Inherited from DimSpec.)
Top
Fields

  NameDescription
Protected fieldm_cur (Inherited from DimSpec.)
Protected fieldm_end (Inherited from DimSpec.)
Protected fieldm_isSingleIndex (Inherited from DimSpec.)
Protected fieldm_isSlice (Inherited from DimSpec.)
Protected fieldm_last (Inherited from DimSpec.)
Protected fieldm_lastElementIDX (Inherited from DimSpec.)
Protected fieldm_start (Inherited from DimSpec.)
Protected fieldm_step (Inherited from DimSpec.)
Top
Remarks

[ILNumerics Core Module]

See Also

Reference