Click or drag to resize

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
)

Parameters

n
Type: SystemSingle
The number for which the following value is to be computed.

Return Value

Type: Single
The smallest value that is greater than n
See Also