Search Results for

    Show / Hide Table of Contents

    Struct Complex

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Complex

    Constructors

    Complex(Double, Double)

    Declaration
    public Complex(double Real, double Imag)
    Parameters
    Type Name Description
    System.Double Real
    System.Double Imag

    Fields

    Imag

    Declaration
    public double Imag
    Field Value
    Type Description
    System.Double

    Real

    Declaration
    public double Real
    Field Value
    Type Description
    System.Double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX