phpDocumentor

DecimalType
in package

Class DecimalType

Shared decimal type class. Use the "asDecimal" method for getting the plain value.

Tags
category

System

subpackage

Types

Table of Contents

$value  : float
Instance Value
__construct()  : mixed
Class Constructor
asDecimal()  : float
Get the instance value as decimal.

Properties

Methods

__construct()

Class Constructor

public __construct(float $p_value) : mixed
Parameters
$p_value : float
Tags
throws
InvalidArgumentException
Return values
mixed

asDecimal()

Get the instance value as decimal.

public asDecimal() : float
Return values
float

Search results