Storm\Drivers\Platforms\Mysql\Columns\DataTypes\DecimalDataType::ToPropertyValue PHP Метод

ToPropertyValue() публичный Метод

public ToPropertyValue ( $PersistedValue )
    public function ToPropertyValue($PersistedValue)
    {
        return (double) $PersistedValue;
    }