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

d03b6a48 a5fc 70be 06d1 b2214a26066a

haplokuon edited this page May 6, 2023 · 1 revision

IsZero(Double) Method

netDxf 3.0.0 Library

Checks if a number is close to zero.

Definition

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 

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
IsZero Overload
netDxf Namespace

Clone this wiki locally