Compares two double precision, floating point numbers within a margin of error
Namespace: HelperFunctions
Delphi |
function FloatEquals( const Value1, Value2: Double; const Error: Double = FloatError ): Boolean; overload; |
Parameters
Value1
Type: Double
Value2
Type: Double
Error
Type: Double
Type: Boolean
Reference |