LiteDAC

TLiteVector.AsHalfArray Property

Provides access to the vector's value as an array.

Class

TLiteVector

Syntax

property AsHalfArray: THalfVectorArray;

Remarks

Use the AsHalfArray property to get or set the vector's value as an array of Half.

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