The ComplexD type exposes the following members.

Constructors

  NameDescription
Public methodComplexD
Initializes a new instance of the ComplexD struct.

Methods

  NameDescription
Public methodStatic memberAbs
Gets the absolute of the specified value.
Public methodStatic memberAdd
Adds value y to value x.
Public methodStatic memberConj
Conjugates the specified value.
Public methodStatic memberDivide
Divides value x by y.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMultiply
Multiplies value x and y.
Public methodStatic memberSubtract
Subtracts value y from value x.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueType..::..ToString()()()().)

Fields

  NameDescription
Public fieldx
Real part.
Public fieldy
Imaginary part.

See Also