Class NPPNativeMethods.NPPs.Not
Bitwise NOT of each sample of a signal.
Inheritance
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class Not
Methods
nppsNot_16u(CUdeviceptr, CUdeviceptr, Int32)
16-bit unsigned short not signal.
Declaration
public static NppStatus nppsNot_16u(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source signal pointer. |
CUdeviceptr | pDst | Destination signal pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |
nppsNot_16u_I(CUdeviceptr, Int32)
16-bit unsigned short in place not signal.
Declaration
public static NppStatus nppsNot_16u_I(CUdeviceptr pSrcDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrcDst | In-Place Signal Pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |
nppsNot_32u(CUdeviceptr, CUdeviceptr, Int32)
32-bit unsigned integer not signal.
Declaration
public static NppStatus nppsNot_32u(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source signal pointer. |
CUdeviceptr | pDst | Destination signal pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |
nppsNot_32u_I(CUdeviceptr, Int32)
32-bit unsigned signed integer in place not signal.
Declaration
public static NppStatus nppsNot_32u_I(CUdeviceptr pSrcDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrcDst | In-Place Signal Pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |
nppsNot_8u(CUdeviceptr, CUdeviceptr, Int32)
8-bit unsigned char not signal.
Declaration
public static NppStatus nppsNot_8u(CUdeviceptr pSrc, CUdeviceptr pDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source signal pointer. |
CUdeviceptr | pDst | Destination signal pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |
nppsNot_8u_I(CUdeviceptr, Int32)
8-bit unsigned char in place not signal.
Declaration
public static NppStatus nppsNot_8u_I(CUdeviceptr pSrcDst, int nLength)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrcDst | In-Place Signal Pointer. |
System.Int32 | nLength | Signal length. Tells the primitive how many of the signal’s samples starting from the given data pointer are to be processed.. |
Returns
Type | Description |
---|---|
NppStatus |