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

Flips the real and imaginary part of complex numbers.

Pascal
function Flip: TMtxVec; overload;

Flipped real and imaginary part of complex numbers for all calling object elements in-place. 

The following transformation is used: a + i*b -> b + i*a

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