Provides indexed access to vector elements.
Class
TLiteVector
Syntax
property AsSingle: array of Single;
Remarks
Use the AsSingle property to get or set individual elements of the vector as type Single.
Vector elements are indexed starting from 1.
See Also