set()

Задаёт значение элемента буфера по индексу
set(index:int, value:float)

Parameters

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

Return value

A reference to an object of type Buffer for a chain of calls

Example

bufferClose.set(i, Close[i]);