| NumericTypeT, TTypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected abstract T GetNext(
T n
)
Protected MustOverride Function GetNext (
n As T
) As T
protected:
virtual T GetNext(
T n
) abstract
abstract GetNext :
n : 'T -> 'T
Parameters
- n
- Type: T
The value for which the following value must be computed
Return Value
Type:
TThe following value of
nSee Also