SyntaxFix
Write A Post
Hire A Developer
Questions
try casting the value
double d = 1.2345; long l = (long) d;