ee.List.getNumber

Returns the number at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a number, an error will occur.

UsageReturns
List.getNumber(index)Number
ArgumentTypeDetails
this: listList
indexInteger