This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
28545c16 ccac bc4f b2ef 25b68e7ae235
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a number is equal to another.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool IsEqual(
double a,
double b
)
VB
Public Shared Function IsEqual (
a As Double,
b As Double
) As Boolean
C++
public:
static bool IsEqual(
double a,
double b
)
F#
static member IsEqual :
a : float *
b : float -> bool
- Double
- Double precision number.
- Double
- Double precision number.
Boolean
True if its close to one or false in any other case.