F_VN_NegateContainer
Element-wise negation of a container (two's complement).
Syntax
Definition:
FUNCTION F_VN_NegateContainer : HRESULT
VAR_INPUT
    ipSrcContainer  : ITcVnContainer;
    ipDestContainer : Reference To  ITcVnContainer;
    hrPrev          : HRESULT;
END_VAR
           Inputs
 Inputs
| Name | Type | Description | 
|---|---|---|
| ipSrcContainer | Source container | |
| ipDestContainer | Reference To ITcVnContainer | Returns the resulting container (same type as ipSrcContainer) | 
| hrPrev | HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | 
Required License
TC3 Vision Base
 Return value
 Return value