MathHelperEpsilon Property
|
Represents the smallest number used for comparison purposes.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static double Epsilon { get; set; }
Public Shared Property Epsilon As Double
Get
Set
public:
static property double Epsilon {
double get ();
void set (double value);
}
static member Epsilon : float with get, set
STATIC PROPERTY Epsilon AS REAL8 GET SET
Property Value
Type:
DoubleSee Also