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