ComplexExtensions Class

Defines extension methods for complex numbers.

Definition

Namespace: Gemstone.Numeric.ComplexExtensions
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.172 -- Release Build+a1df2e6c05369850bd6adda4f66e605f51f93037
public static class ComplexExtensions
Inheritance
Object    ComplexExtensions

Methods

FromComplexNotation Converts the given string to a complex number.
ToComplexNotation(Complex) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, ComplexNotationOptions) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, Char) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, String) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, Char, ComplexNotationOptions) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, String, ComplexNotationOptions) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, String, Char) Converts the given complex number to a string using complex notation.
ToComplexNotation(Complex, String, Char, ComplexNotationOptions) Converts the given complex number to a string using complex notation.

See Also