Provides access to the vector's value as an array.
property AsHalfArray: THalfVectorArray;
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.