| Name | Description |
---|
 | IsSmaller(Double, Double, Double) |
Compares two doubles and determines if the first value is smaller than the second
value to within the specified number of decimal places or not.
|
 | IsSmaller(Double, Double, Int32) |
Compares two doubles and determines if the first value is smaller than the second
value to within the specified number of decimal places or not.
|
 | IsSmaller(Single, Single, Double) |
Compares two doubles and determines if the first value is smaller than the second
value to within the specified number of decimal places or not.
|
 | IsSmaller(Single, Single, Int32) |
Compares two doubles and determines if the first value is smaller than the second
value to within the specified number of decimal places or not.
|