ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Memory element index to retrieve the element from the underlying 1D storage array.
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
Parameters
- d0
- Type: SystemInt64
Sequential element index, in range [-NumberOfElements]...NumberOfElements-1.
Return Value
Type: Int64Memory element index to retrieve the element from the underlying 1D storage array.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | if d0 is outside the range of existing elements. |
Remarks
[ILNumerics Core Module]
See Also