Adds an entry in the function table.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public IPostfixMathCommand AddFunction( string name, IPostfixMathCommand pfmc ) |
| Visual Basic (Declaration) |
|---|
Public Function AddFunction ( _ name As String, _ pfmc As IPostfixMathCommand _ ) As IPostfixMathCommand |
| Visual C++ |
|---|
public: IPostfixMathCommand^ AddFunction( String^ name, IPostfixMathCommand^ pfmc ) |