BitwiseNotContainer
Element-wise application of a bit-wise NOT operator to a container (integer only).
Syntax
Definition:
HRESULT BitwiseNotContainer(
HRESULT hrPrev,
ITcVnContainer* ipSrcContainer,
ITcVnContainer*& ipDestContainer
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
ipSrcContainer |
Source container | |
ipDestContainer |
Returns the resulting container |
Required License
TC3 Vision Base