Return the pfmc of a node (if any)

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

Syntax

C#
IPostfixMathCommand GetPFMC()
Visual Basic (Declaration)
Function GetPFMC As IPostfixMathCommand
Visual C++
IPostfixMathCommand^ GetPFMC()

Return Value

the PostfixMathCommand for ASTFunNode and ASTOpNode, null otherwise

See Also