Gets the value used in the computation of the relative error.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Value As Double
C#
public double Value { get; }
C++
public:
double Value {
	double get ();
}