phpDocumentor

NumberDataValue

Class representing the number value.

Table of Contents

$value  : float
Value.
create()  : NumberDataValue
Create instance.
value()  : float
Return value.
__construct()  : mixed
Constructor.

Properties

Methods

value()

Return value.

public value() : float
Return values
float

Value.

__construct()

Constructor.

private __construct(float $value) : mixed
Parameters
$value : float

Value.

Return values
mixed

Search results