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