Lower
Lower
Returns the element of the lower buffer by the specified index.
double Lower(
int index // index
)Parameters
- index
[in] Lower buffer element index.
Return Value
The element of the lower buffer by the specified index, or EMPTY_VALUE if there is no correct data.
Last updated on