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

89acce4a 4198 dd54 3d7c 4dca1edd1ca0

haplokuon edited this page May 6, 2023 · 1 revision

IsOne(Double) Method

netDxf 3.0.0 Library

Checks if a number is close to one.

Definition

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 

Parameters

  Double
Double precision number.

Return Value

Boolean
True if its close to one or false in any other case.

See Also

Reference

MathHelper Class
IsOne Overload
netDxf Namespace

Clone this wiki locally