Version

Complex Structure Methods

For a list of all members of this type, see Complex members.

Public Methods
 NameDescription
Public MethodAddAdds a Complex number z to the Complex number.  
Public MethodCompareCompares the Complex number to another Complex number z.  
Public MethodDivideDivides a Complex number z from the Complex number.  
Public MethodEqualsCompares the Complex number to x for equality.  
Public MethodGetHashCodeReturns a hash code for the Complex number.  
Public MethodMultiplyMultiplys a Complex number z to the Complex number.  
Public Methodstatic (Shared in Visual Basic)ParseTakes a string representation of a Complex number and returns the specified Complex number.  
Public MethodSubtractSubtracts a Complex number z from the Complex number.  
Public MethodToStringOverloaded. Returns the string representation of a Complex number.  
Public Methodstatic (Shared in Visual Basic)TryParseReturns True if s can be parsed into a Complex number; False otherwise.  
See Also