Field.valueAsFloatArray Property

Module: Field

Type: float[]

Definition

The field value as an array of floats.

value_as_float_array: List[float]

Exceptions

An error has occurred during Bioseal Library execution.
double get valueAsFloatArray => getValueAsFloatArray();

Exceptions

An error has occurred during Bioseal Library execution.
public float[] valueAsFloatArray
{
    get => GetvalueAsFloatArray();
}

Exceptions

An error has occurred during Bioseal Library execution.
public float[] getValueAsFloatArray() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var valueAsFloatArray: Float
    get {
        return try! getValueAsFloatArray()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsFloatArray (ID3_BIOSEAL_FIELD hField, float * valueAsFloatArray, int * valueAsFloatArraySize)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.