get()

Returns the value of the buffer element at index
get(index:int)

Parameters

Name Type Действие Значение по умолчанию
index int Item index

Return value

The number from the buffer at the position index

Example

let latestValue = bufferMain.get(0);