| UInt16TypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override ushort GetNext(
ushort n
)
Protected Overrides Function GetNext (
n As UShort
) As UShort
protected:
virtual unsigned short GetNext(
unsigned short n
) override
abstract GetNext :
n : uint16 -> uint16
override GetNext :
n : uint16 -> uint16
Parameters
- n
- Type: SystemUInt16
The value for which the following value must be computed
Return Value
Type:
UInt16The following value of
nSee Also