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