Returns the math command class associated with this node.
Namespace:
SingularSys.Jep.ParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public override IPostfixMathCommand GetPFMC() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetPFMC As IPostfixMathCommand |
| Visual C++ |
|---|
public: virtual IPostfixMathCommand^ GetPFMC() override |