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 411
89acce4a 4198 dd54 3d7c 4dca1edd1ca0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a number is close to one.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool IsOne(
double number
)
VB
Public Shared Function IsOne (
number As Double
) As Boolean
C++
public:
static bool IsOne(
double number
)
F#
static member IsOne :
number : float -> bool
- Double
- Double precision number.
Boolean
True if its close to one or false in any other case.