| BitConverterHelperPrevious Method (Double) |
Returns the greatest double that is smaller than n.
Namespace:
SmartTests.Helpers
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static double Previous(
double n
)
Public Shared Function Previous (
n As Double
) As Double
public:
static double Previous(
double n
)
static member Previous :
n : float -> float
Parameters
- n
- Type: SystemDouble
The number for which the previous value is to be computed.
Return Value
Type:
DoubleThe greatest value that is smaller than
nSee Also