Numerics.

AreEqual(double, double, Tolerance) Method

Namespace
TCLite.Constraints
Containing Type
Numerics

Syntax

public static bool AreEqual(double expected, double actual, ref Tolerance tolerance)

Parameters

Name Type Description
expected double
actual double
tolerance Tolerance

Return Value

Type Description
bool