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.

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

Syntax

C#
public bool TrapNullValues { get; set; }
Visual Basic (Declaration)
Public Property TrapNullValues As Boolean
Visual C++
public:
property bool TrapNullValues {
	bool get ();
	void set (bool value);
}

See Also