Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7ca759c2 3db6 5262 cc7a 8c09e7032b72

haplokuon edited this page May 6, 2023 · 1 revision

Epsilon Property

netDxf 3.0.0 Library

Represents the smallest number used for comparison purposes.

Definition

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
	Set

C++

public:
static property double Epsilon {
	double get ();
	void set (double value);
}

F#

static member Epsilon : float with get, set

Property Value

Double

Remarks

The epsilon value must be a positive number greater than zero.

See Also

Reference

MathHelper Class
netDxf Namespace

Clone this wiki locally