You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > TVec.SetCplx Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.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 TMtxVec.ComplexComplexproperty 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!