Field.valueAsIntegerArray Property

Module: Field

Type: long[]

Definition

The field value as an array of 64-bit integers.

value_as_integer_array: List[int]

Exceptions

An error has occurred during Bioseal Library execution.
int get valueAsIntegerArray => getValueAsIntegerArray();

Exceptions

An error has occurred during Bioseal Library execution.
public long[] valueAsIntegerArray
{
    get => GetvalueAsIntegerArray();
}

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
public var valueAsIntegerArray: Int
    get {
        return try! getValueAsIntegerArray()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsIntegerArray (ID3_BIOSEAL_FIELD hField, long long * valueAsIntegerArray, int * valueAsIntegerArraySize)

Returns

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