Property to get/set whether Infinite values for variables are trapped

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

Syntax

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

See Also