Summary
Negates the integer mask vector.
Class
TVec
Declaration
Function NotMask: TVec;
Description
Negates the integer mask vector.
for i := 0 to Length-1 do
if IValues[i] = 0 then IValues[i] := 1 else IValues[i] := 0;
| Copyright 2008 Dew Research |
http://www.dewresearch.com