Click or drag to resize
AB4D logo

MathUtilsIsOne Method

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

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

Parameters

value  Double
value

Return Value

Boolean
true if the value is close to one
See Also