DecimalType
in package
Class DecimalType
Shared decimal type class. Use the "asDecimal" method for getting the plain value.
Tags
Table of Contents
- $value : float
- Instance Value
- __construct() : mixed
- Class Constructor
- asDecimal() : float
- Get the instance value as decimal.
Properties
$value
Instance Value
protected
float
$value
Methods
__construct()
Class Constructor
public
__construct(float $p_value) : mixed
Parameters
- $p_value : float
Tags
Return values
mixed —asDecimal()
Get the instance value as decimal.
public
asDecimal() : float