TradingView
RicardoSantos
7 de Sep. de 2020 10:46

Function: Multi Dimension Indexer 

US Nas 100OANDA

Descripción

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

Notas de prensa

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

Notas de prensa

removed some extra redundant stuff.
Más