This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
7ca759c2 3db6 5262 cc7a 8c09e7032b72
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the smallest number used for comparison purposes.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double Epsilon { get; set; }VB
Public Shared Property Epsilon As Double
Get
SetC++
public:
static property double Epsilon {
double get ();
void set (double value);
}F#
static member Epsilon : float with get, setDouble
The epsilon value must be a positive number greater than zero.