Converts a pair of real numbers to a complex number Complex(x,y)=x+i y.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public class ComplexPFMC : PostfixMathCommand
Visual Basic (Declaration)
Public Class ComplexPFMC _
	Inherits PostfixMathCommand
Visual C++
public ref class ComplexPFMC : public PostfixMathCommand

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Functions..::.PostfixMathCommand
    SingularSys.Jep.Functions..::.ComplexPFMC

See Also