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

Flips the real and imaginary part of complex numbers and conjugates the complex numbers.

Pascal
function FlipConj: TMtxVec; overload;

Performs the following transformation: 

a + i*bi ==> b - i*a 

Method flips the real and imaginary part and conjugates calling object complex elements in-place.

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