NET
KUUP
SCIENCE & ENGINEERING
Search
Login
Language
(coming soon)
Cast int to float
PHP
>
Cast int to double
>
Convert int to double
Description
Cast integer to float
$val = (float)10; $val = (double)10; // Same as (float) $val = (real)10; // Same as (float)
API
Type casting
SEE ALSO
CodeIgniter :: Insert statement
SPARQL :: List all graphs
Doctrine 2 ORM :: String Datatype
JavaScript :: Format number to use thousands separator
Doctrine 2 ORM :: Time Datatype