Click or drag to resize
AB4D logo

MathUtilsIsZeroOrSmaller Method

Returns true if the value is close to zero or smaller (taking double precision errors into account).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static bool IsZeroOrSmaller(
	double value
)

Parameters

value  Double
value

Return Value

Boolean
true if the value is close to zero or smaller
See Also