ILNumerics Ultimate VS

SizeGetSeqIndex Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodGetSeqIndex(Int64)
Retrieves the storage element index into an array stored according to this size descriptor object based on the provided sequential index d0. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32)
Retrieves the storage element index into an array stored according to this size descriptor object based on the provided sequential index d0.

[ILNumerics Core Module]

Public methodGetSeqIndex(InArrayInt64)
Retrieves the element index of an element located at indices stored in an array according to this size descriptor.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d1. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32*, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided index array d.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 and d1.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d2. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d2.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64, Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d3. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32, UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d3.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64, Int64, Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d4. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32, UInt32, UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d4.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64, Int64, Int64, Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d5. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d5.

[ILNumerics Core Module]

Public methodGetSeqIndex(Int64, Int64, Int64, Int64, Int64, Int64, Int64)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d6. Allows negative indices.

[ILNumerics Core Module]

Public methodGetSeqIndex(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)
Retrieves the sequential index into an array stored according to this size descriptor object based on the provided indices d0 ... d6.

[ILNumerics Core Module]

Top
See Also

Reference