Click or drag to resize

MathHelperRound Method

Rounds a double-precision floating-point value accordind the epsilon property.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static double Round(
	double number
)

Parameters

number
Type: SystemDouble
The number to round.

Return Value

Type: Double
The rounded double precision number.
See Also