You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > CplxToReal Method > Vector.CplxToReal Method (TMtxVec, TMtxVec)
MtxVec VCL
ContentsIndex
Example
var a,b,c: Vector; begin a.SetIt(True,[1,-2,3,4]); a.CplxToReal(b,c); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.