Gets the best estimate.

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double Value { get; internal set; }
Public Property Value As Double
	Get
	Friend Set
public:
property double Value {
	double get ();
	internal: void set (double value);
}
member Value : float with get, internal set

See Also