Property to set/get whether NaN 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 TrapNaN { get; set; }
Visual Basic (Declaration)
Public Property TrapNaN As Boolean
Visual C++
public:
property bool TrapNaN {
	bool get ();
	void set (bool value);
}

See Also