ComplexToMathematica Method |
Returns the complex number in a string compatible with the Wolfram Mathematica software
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string ToMathematica()
Public Function ToMathematica As String
Dim instance As Complex
Dim returnValue As String
returnValue = instance.ToMathematica()
Return Value
StringString compatible with the Wolfram Mathematica software
Remarks Used for debugging
See Also