You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > FlipConj Method > Vector.FlipConj Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.FlipConj Method ()

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

Syntax
C#
Visual Basic
public TMtxVec FlipConj();

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!