| DoubleTypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override double GetNext(
double n
)
Protected Overrides Function GetNext (
n As Double
) As Double
protected:
virtual double GetNext(
double n
) override
abstract GetNext :
n : float -> float
override GetNext :
n : float -> float
Parameters
- n
- Type: SystemDouble
The value for which the following value must be computed
Return Value
Type:
DoubleThe following value of
nSee Also