Gets a value indicating whether the ConvergenceTestCollection is read-only.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean
C#
public bool IsReadOnly { get; }
C++
public:
virtual bool IsReadOnly {
	bool get () sealed;
}

Return Value

Always returns false.