Provides indexed access to vector elements.
property AsHalf: array of Half;
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.