Click or drag to resize
DigitalRuneNumericIsLessOrEqual Method (Double, Double)
Determines whether a value is less than or equal to another value (regarding the tolerance EpsilonD).

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool IsLessOrEqual(
	double value1,
	double value2
)

Parameters

value1
Type: SystemDouble
The first value.
value2
Type: SystemDouble
The second value.

Return Value

Type: Boolean
if value1value2 or their difference is less than the epsilon tolerance; otherwise, .
See Also