You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > TMtxVec.SetCplx Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.SetCplx Method

Sets object complex values.

Pascal
function SetCplx(Index: integer; const A: array of TCplx): TMtxVec; overload;

The a array complex values are copied to the calling object CValues from [Index]..[Index+Length(a)-1]. An exception is raised if calling object array borders are overrun/underrun.

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!