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