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

Syntax

C#
public Object PowerOp(
	Complex c,
	JepDouble d
)
Visual Basic (Declaration)
Public Function PowerOp ( _
	c As Complex, _
	d As JepDouble _
) As Object
Visual C++
public:
Object^ PowerOp(
	Complex^ c, 
	JepDouble^ d
)

See Also