You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > FlipConj Method > Matrix.FlipConj Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.FlipConj Method ()

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

Pascal
function FlipConj: TMtxVec; overload;

Performs the following operation:

a + bi ==> b - ai

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

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