Menu

INDEX

Description

Returns the value of the element in the array at the selected index.

Examples

INDEX((12, NAN), 4) = NAN

INDEX((12, 15), 2) = 15

INDEX(NAN) = NAN

INDEX(INF) = NAN

INDEX(-INF) = NAN

On this page