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

Syntax

C#
public Object PowerOp(
	JepDouble d1,
	JepDouble d2
)
Visual Basic (Declaration)
Public Function PowerOp ( _
	d1 As JepDouble, _
	d2 As JepDouble _
) As Object
Visual C++
public:
Object^ PowerOp(
	JepDouble^ d1, 
	JepDouble^ d2
)

Return Value

Exceptions

See Also