Dew MtxVec NET
TMtxVec.Flip Methods
Summary
Flips the real and imaginary part of complex numbers.

Class
TMtxVec

Declaration
Function Flip: TMtxVec;

Description
Flips the real and imaginary part of complex numbers for all calling object elements in-place.
 See Also 
FlipConj 

Declaration
Function Flip(X: TMtxVec; XIndex, Index, Len: integer): TMtxVec;

Description
Flips the real and imaginary part of complex numbers for X object elements [XIndex]..[XIndex+Len-1] and store the results in the calling object elements [Index]..[Index+Len-1] An exception is raised if array borders are overrun or underrun.
Declaration
Function Flip(X: TMtxVec): TMtxVec;

Description
Flips the real and imaginary part of complex numbers for all X object elements and store the results in the calling object. Size and Complex properties of calling object are adjusted automatically.
Declaration
Function Flip(Index, Len: integer): TMtxVec;

Description
Flips the real and imaginary part of complex numbers for calling object elements [Index]..[Index+Len-1] in-place. An exception is raised if array borders are overrun or underrun.

Copyright 2008 Dew Research
http://www.dewresearch.com