Field.valueAsFloat Property

Module: Field

Type: float

Definition

The field value as a float.

value_as_float: float

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
public float valueAsFloat
{
    get => GetvalueAsFloat();
}

Exceptions

An error has occurred during Bioseal Library execution.
public float getValueAsFloat() throws BiosealException

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsFloat (ID3_BIOSEAL_FIELD hField, float * valueAsFloat)

Returns

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