ComplexNumber Methods

Methods

Abs 
Equals(ComplexNumber) Returns a value indicating whether this instance is equal to a specified ComplexNumber value.
Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object))
GetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsCanonical 
IsComplexNumber 
IsEvenInteger 
IsFinite 
IsImaginaryNumber 
IsInfinity 
IsInteger 
IsNaN 
IsNegative 
IsNegativeInfinity 
IsNormal 
IsOddInteger 
IsPositive 
IsPositiveInfinity 
IsRealNumber 
IsSubnormal 
IsZero 
MaxMagnitude 
MaxMagnitudeNumber 
MinMagnitude 
MinMagnitudeNumber 
Parse(String) Converts the string representation of a complex number to its complex number equivalent.
Parse(ReadOnlySpanChar, IFormatProvider) 
Parse(String, IFormatProvider) 
Parse(ReadOnlySpanChar, NumberStyles, IFormatProvider) 
Parse(String, NumberStyles, IFormatProvider) 
Pow Returns specified ComplexNumber raised to the specified power.
ToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)
ToString(String, IFormatProvider) 
TryFormat 
TryParse(ReadOnlySpanChar, IFormatProvider, ComplexNumber) 
TryParse(String, IFormatProvider, ComplexNumber) 
TryParse(ReadOnlySpanChar, NumberStyles, IFormatProvider, ComplexNumber) 
TryParse(String, NumberStyles, IFormatProvider, ComplexNumber) 

See Also