SyntaxFix
Write A Post
Hire A Developer
Questions
Simple math.
double result = ((double)number) / 100.0;
Although you may want to use decimal rather than double: decimal vs double! - Which one should I use and when?
decimal
double