VI_notVBI_notVSI_notVLI_notVQI_not
VU_notVUB_notVUS_notVUL_notVUI_not
FunktionBit-weises Komplement
Syntax C/C++#include <VImath.h>
void VI_not( iVector Y, iVector X, ui size );
C++ VecObj#include <OptiVec.h>
void vector<T>::not( const vector<T>& X );
Pascal/Delphiuses VImath;
procedure VI_not( Y, X:iVector; size:UIntSize );
BeschreibungYi = ~(Xi)
Jedes einzelne Bit wird invertiert (d.h. es wird 0 in Yi, wenn es 1 in Xi war und umgekehrt).
Fehlerbehandlungkeine
Rückgabewertkeiner
QuerverweisVI_and,   VI_or,   VI_neg

VectorLib Inhaltsverzeichnis  OptiVec Home