Show / Hide Table of Contents

    Class NPPNativeMethods.NPPs.Not

    Bitwise NOT of each sample of a signal.

    Inheritance
    System.Object
    NPPNativeMethods.NPPs.Not
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    NullPointerError, AlignmentError, SizeError.

    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

    NullPointerError, AlignmentError, SizeError.

    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

    NullPointerError, AlignmentError, SizeError.

    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

    NullPointerError, AlignmentError, SizeError.

    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

    NullPointerError, AlignmentError, SizeError.

    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

    NullPointerError, AlignmentError, SizeError.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX