MinMax
in package
Set of minimum and maximum values.
Table of Contents
Properties
Methods
- __construct() : mixed
- getMax() : float
- getMin() : float
Properties
$max
private
float
$max
Maximum.
$min
private
float
$min
Minimum.
Methods
__construct()
public
__construct(float $min, float $max) : mixed
Parameters
- $min : float
-
Input minimum.
- $max : float
-
Input maximum.
getMax()
public
getMax() : float
Return values
float —Retrieves the maximum.
getMin()
public
getMin() : float
Return values
float —Retrieves the minimum.