public static string ToComplexNotation(
this Complex complex,
ComplexNotationOptions options
)<ExtensionAttribute>
Public Shared Function ToComplexNotation (
complex As Complex,
options As ComplexNotationOptions
) As Stringpublic:
[ExtensionAttribute]
static String^ ToComplexNotation(
Complex complex,
ComplexNotationOptions options
)Gemstone.Numeric.ComplexExtensions.ComplexExtensions.ToComplexNotation = function(complex, options);