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