| Int16TypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override short GetNext(
short n
)
Protected Overrides Function GetNext (
n As Short
) As Short
protected:
virtual short GetNext(
short n
) override
abstract GetNext :
n : int16 -> int16
override GetNext :
n : int16 -> int16
Parameters
- n
- Type: SystemInt16
The value for which the following value must be computed
Return Value
Type:
Int16The following value of
nSee Also