Code examples for java, php, javascript, html5, css, html, mysql and various frameworks.
double
d =
99.9
;
// Type cast double to int
int
i = (
) d;