pow function

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

Syntax

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

Inheritance Hierarchy

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

See Also