Skip to main content

OHFloatDataBase

Complete API reference for OHFloatDataBase, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Buffers

Component: no


public class OHFloatDataBase

Constructors

SignatureDescription
OHFloatDataBase(OHFloatDataBase)Executes OHFloatDataBase and returns after the underlying engine call finishes.
OHFloatDataBase(Engine)Executes OHFloatDataBase and returns after the underlying engine call finishes.
OHFloatDataBase(int)Creates a new instance of OHFloatDataBase.

Attributes

NameTypeDescription
bufferOHFloatDataBaseRepresents the buffer value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
incrementSize(int)voidPerforms the incrementSize operation using the provided parameters (size).
decrementSize(int)voidPerforms the decrementSize operation using the provided parameters (size).
resize(int)voidPerforms the resize operation using the provided parameters (newCapacity).
resize(int, boolean)voidPerforms the resize operation using the provided parameters (newCapacity, copyData).
position(int)voidPerforms the position operation using the provided parameters (position).
put(float[])voidSets or updates the the value.
put(float)voidSets or updates the the value.
set(int, float)voidSets or updates the the value.
get(int)floatReturns the current value.
getBytes()float[]Returns the current bytes.
size()intExecutes size and returns after the underlying engine call finishes.
capacity()intExecutes capacity and returns after the underlying engine call finishes.