Cassandra\Float::__construct PHP Method

__construct() public method

Creates a new float.
public __construct ( mixed $value )
$value mixed float value as a string, number or Cassandra\Float
    public function __construct($value)
    {
    }