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