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

Flips the real and imaginary part of complex numbers.

Syntax
C#
Visual Basic
public TOpenCLMtxVec 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-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!