Click or drag to resize

MathHelperIsEqual Method (Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if a number is equal to another.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool IsEqual(
	double a,
	double b
)
Request Example View Source

Parameters

a
Type: SystemDouble
Double precision number.
b
Type: SystemDouble
Double precision number.

Return Value

Type: Boolean
True if its close to one or false in any other case.
See Also