DecimalType

Class DecimalType

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

category

System

package

Shared

subpackage

Types

Methods

Class Constructor

__construct(float $p_value) 
Throws
\InvalidArgumentException

Arguments

$p_value

float

Get the instance value as decimal.

asDecimal() : float

Response

float

Properties

Instance Value

value : float
var

Type(s)

float