Class: OHFloatDataBase
This page documents the methods and fields available in the OHFloatDataBase class.
Members
| Signature | Description |
|---|---|
OHFloatDataBase(int) | Creates a new instance of OHFloatDataBase. |
capacity() | Performs the capacity operation. |
decrementSize(int) | Performs the decrementSize operation using the provided parameters (size). |
get(int) | Returns the current value. |
getBytes() | Returns the current bytes. |
incrementSize(int) | Performs the incrementSize operation using the provided parameters (size). |
position(int) | Performs the position operation using the provided parameters (position). |
put(float) | Sets or updates the the value. |
put(float[]) | Sets or updates the the value. |
resize(int) | Performs the resize operation using the provided parameters (newCapacity). |
resize(int, boolean) | Performs the resize operation using the provided parameters (newCapacity, copyData). |
set(int, float) | Sets or updates the the value. |
size() | Performs the size operation. |