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

Swaps real and imaginary part.

Pascal
function Flip(const X: TCplx): TCplx; overload;

Flipped complex number: Flip(x+i*y), becomes: y+i*x

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