Sets the function for a node. A name and function class must be specified.
Namespace:
SingularSys.Jep.ParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public void SetFunction( string name_in, IPostfixMathCommand pfmc_in ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetFunction ( _ name_in As String, _ pfmc_in As IPostfixMathCommand _ ) |
| Visual C++ |
|---|
public: void SetFunction( String^ name_in, IPostfixMathCommand^ pfmc_in ) |