You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Vector.SetCplx Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.SetCplx Method

Sets vector values (complex).

Pascal
function SetCplx(const a: array of TCplx): TVec;

Sets the Length property of the calling vector to (High(A)+1) and the Complex property to true. The complex elements of A array are copied to the calling vector CValues.

Use this method for complex array only.

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