Show / Hide Table of Contents

    Struct Npp32sc

    Complex Number.

    This struct represents a signed int complex number.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public struct Npp32sc

    Constructors

    | Improve this Doc View Source

    Npp32sc(Int32, Int32)

    Non-default constructor

    Declaration
    public Npp32sc(int aRe, int aIm)
    Parameters
    Type Name Description
    System.Int32 aRe
    System.Int32 aIm

    Methods

    | Improve this Doc View Source

    ToString()

    Overrides ToString(): "re + im i"

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX