ComplexExtensions Class
Defines extension methods for complex numbers.
Namespace: Gemstone.Numeric.ComplexExtensionsAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static class ComplexExtensions
Gemstone.Numeric.ComplexExtensions.ComplexExtensions = function();
Type.createClass(
'Gemstone.Numeric.ComplexExtensions.ComplexExtensions');
- Inheritance
- Object ComplexExtensions
| 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.
|