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