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

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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