The fuzz factor used in determining ties.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Fuzz { get; set; }
Public Property Fuzz As Double
Get
Set
public:
property double Fuzz {
double get ();
void set (double value);
}
member Fuzz : float with get, set
Property Value
Type:
Double
A
double which represents the fuzz factor.
See Also