Show / Hide Table of Contents

    Struct Npp32fc

    Complex Number.

    This struct represents a single floating-point 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 Npp32fc

    Constructors

    | Improve this Doc View Source

    Npp32fc(Single, Single)

    Non-default constructor

    Declaration
    public Npp32fc(float aRe, float aIm)
    Parameters
    Type Name Description
    System.Single aRe
    System.Single 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