You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Flip Method > TMtxVec.Flip Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.Flip Method ()

Flips the real and imaginary part of complex numbers.

Syntax
C#
Visual Basic
public TMtxVec Flip();

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!