LiteDAC

TLiteVector.AsHalf Property

Provides indexed access to vector elements.

Class

TLiteVector

Syntax

property AsHalf: array of Half;

Remarks

Use the AsHalf property to get or set individual elements of the vector as type Half.

Vector elements are indexed starting from 1.

Note: Half represents a float16 value. Since Delphi does not have a built-in float16 type, Half is a synonym for the Word type, which holds the float16 value in the IEEE binary representation.

See Also

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback