eZ\Publish\Core\FieldType\Float\Value::__construct PHP Method

__construct() public method

Construct a new Value object and initialize with $value.
public __construct ( float | null $value = null )
$value float | null
    public function __construct($value = null)
    {
        $this->value = $value;
    }