| ByteTypeGetPrevious Method |
Returns the value preceding n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override byte GetPrevious(
byte n
)
Protected Overrides Function GetPrevious (
n As Byte
) As Byte
protected:
virtual unsigned char GetPrevious(
unsigned char n
) override
abstract GetPrevious :
n : byte -> byte
override GetPrevious :
n : byte -> byte
Parameters
- n
- Type: SystemByte
The value for which the precedent value must be computed
Return Value
Type:
ByteThe precedent value of
nSee Also