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 409
d03b6a48 a5fc 70be 06d1 b2214a26066a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a number is close to zero.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool IsZero(
double number
)
VB
Public Shared Function IsZero (
number As Double
) As Boolean
C++
public:
static bool IsZero(
double number
)
F#
static member IsZero :
number : float -> bool
- Double
- Double precision number.
Boolean
True if its close to one or false in any other case.