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