Value
in package
Table of Contents
- $value : float
- create() : self
- Create instance.
- value() : float
- Return value.
- __construct() : mixed
- Constructor.
Properties
$value
private
float
$value
Methods
create()
Create instance.
public
static create(float $value) : self
Parameters
- $value : float
Return values
self —value()
Return value.
public
value() : float
Return values
float —__construct()
Constructor.
private
__construct(float $value) : mixed
Parameters
- $value : float