You are here: Symbol Reference > Math387 Namespace > Functions > Math387.FlipConj Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.FlipConj Function

Swaps real and imaginary part and conjugates the result.

Pascal
procedure FlipConj(const X: TCplx; out result: TCplx); overload;
Parameters 
Description 
Defines the input parameter for swapping real and complex part. 
result 
Stores the result of swapping and conjugating: a+i*b, becomes: b-i*a
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!