Gets or sets a value that indicates whether a ConvergenceTest is active.

Namespace: Extreme.Mathematics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

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