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