Show / Hide Table of Contents

    Class NPPNativeMethods.NPPs.InverseTangentSignal

    Inverse tangent of each sample of a signal.

    Inheritance
    System.Object
    NPPNativeMethods.NPPs.InverseTangentSignal
    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 InverseTangentSignal

    Methods

    nppsArctan_32f(CUdeviceptr, CUdeviceptr, Int32)

    32-bit floating point signal inverse tangent.

    Declaration
    public static NppStatus nppsArctan_32f(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.

    nppsArctan_32f_I(CUdeviceptr, Int32)

    32-bit floating point signal inverse tangent.

    Declaration
    public static NppStatus nppsArctan_32f_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.

    nppsArctan_64f(CUdeviceptr, CUdeviceptr, Int32)

    64-bit floating point signal inverse tangent.

    Declaration
    public static NppStatus nppsArctan_64f(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.

    nppsArctan_64f_I(CUdeviceptr, Int32)

    64-bit floating point signal inverse tangent.

    Declaration
    public static NppStatus nppsArctan_64f_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