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

Syntax

C#
public Object PowerOp(
	Complex c1,
	Complex c2
)
Visual Basic (Declaration)
Public Function PowerOp ( _
	c1 As Complex, _
	c2 As Complex _
) As Object
Visual C++
public:
Object^ PowerOp(
	Complex^ c1, 
	Complex^ c2
)

See Also