You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > SetSingle Method > Vector.SetSingle Method (boolean, array of single)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.SetSingle Method (boolean, array of single)

Sets vector values (single).

Pascal
function SetSingle(AComplex: boolean; const A: array of single): TVec; overload;

Sets the Length property of the calling vector to (High(A)+1) and the Complex property to AComplex. The single elements of A array are copied to the calling vector. If AComplex is True then real parts of complex numbers are on even (0,2,4..)and imaginary parts on odd indexes.(1,3,5,..)

Use this method for single array only.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!