The StandardEvaluator type exposes the following members.

Properties

  Name Description
TrapInfinity
Property to get/set whether Infinite values for variables are trapped
TrapNaN
Property to set/get whether NaN values for variables are trapped
TrapNullValues
Property to get/set whether null values for variables are trapped. If set (the default) then an EvaluationException is thrown for null values of variables. If not set then null values are passed to PostfixMathCommands who will need to test for null values.

See Also