TradingView
RicardoSantos
7 Th09 2020 10:46

Function: Multi Dimension Indexer 

US Nas 100OANDA

Mô tả

Description:
A Function that returns the flat index of a N dimensions array.

Inputs:
_indices: Array containing dimension indices.¹
_limits: Array containing dimension size.¹

Note:
¹: _indices and _limits size must match. indices must be within dimension size.

Outputs:
_offset: the flat 1D index.

Resources:
eli.thegreenplace.net/2015/memory-layout-of-multi-dimensional-arrays

Phát hành các Ghi chú

added functions for 2d/3d for lightweight indexing, better examples.

Phát hành các Ghi chú

removed some extra redundant stuff.
Thêm nữa