Method | Description | |
---|---|---|
IsApproximatelyEqualTo ( this lhs, double other ) : bool |
Equality comparison using double.epsilon.
|
|
IsApproximatelyEqualTo ( this lhs, double other, double tolerance ) : bool |
Equality comparison using a tolerance.
|
public static IsApproximatelyEqualTo ( this lhs, double other ) : bool | ||
lhs | this | |
other | double | |
return | bool |
public static IsApproximatelyEqualTo ( this lhs, double other, double tolerance ) : bool | ||
lhs | this | |
other | double | |
tolerance | double | |
return | bool |