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