ILNumerics Ultimate VS

SizeGetSeqIndex_NP Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Computes the memory element offset into an array stored according to this BSD to retrieve the element identified by the _row major_ sequential element index d0.

[ILNumerics Core Module]

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

public long GetSeqIndex_NP(
	long d0
)

Parameters

d0
Type: SystemInt64
Sequential element index, in range [-NumberOfElements]...NumberOfElements-1.

Return Value

Type: Int64
Memory element index to retrieve the element from the underlying 1D storage array.
Exceptions

ExceptionCondition
IndexOutOfRangeException if d0 is outside the range of existing elements.
Remarks

[ILNumerics Core Module]

See Also

Reference