Class NPPNativeMethods.NPPs.Zero
Set signals to zero.
Inheritance
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class Zero
Methods
nppsZero_16s(CUdeviceptr, Int32)
16-bit integer, vector zero method.
Declaration
public static NppStatus nppsZero_16s(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_16sc(CUdeviceptr, Int32)
16-bit integer complex, vector zero method.
Declaration
public static NppStatus nppsZero_16sc(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_32f(CUdeviceptr, Int32)
32-bit float, vector zero method.
Declaration
public static NppStatus nppsZero_32f(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_32fc(CUdeviceptr, Int32)
32-bit float complex, vector zero method.
Declaration
public static NppStatus nppsZero_32fc(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_32s(CUdeviceptr, Int32)
32-bit integer, vector zero method.
Declaration
public static NppStatus nppsZero_32s(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_32sc(CUdeviceptr, Int32)
32-bit integer complex, vector zero method.
Declaration
public static NppStatus nppsZero_32sc(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_64f(CUdeviceptr, Int32)
64-bit double, vector zero method.
Declaration
public static NppStatus nppsZero_64f(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_64fc(CUdeviceptr, Int32)
64-bit double complex, vector zero method.
Declaration
public static NppStatus nppsZero_64fc(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_64s(CUdeviceptr, Int32)
64-bit long long integer, vector zero method.
Declaration
public static NppStatus nppsZero_64s(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_64sc(CUdeviceptr, Int32)
64-bit long long integer complex, vector zero method.
Declaration
public static NppStatus nppsZero_64sc(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |
nppsZero_8u(CUdeviceptr, Int32)
8-bit unsigned char, vector zero method.
Declaration
public static NppStatus nppsZero_8u(CUdeviceptr pDst, int nLength)
Parameters
| Type | Name | Description |
|---|---|---|
| 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 |