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