Storm\Drivers\Platforms\Mysql\Columns\DataTypes\DecimalDataType::ToPersistedValue PHP Method

ToPersistedValue() public method

public ToPersistedValue ( $PropertyValue )
    public function ToPersistedValue($PropertyValue)
    {
        return (double) $PropertyValue;
    }