So, I'm pretty new to C# but heres my problem.
After multiplying a number by a percentage I am converting the double to an int and assigning that to a variable. However, I also need to get the the integers after the decimal and assign them to another variable.
What is the syntax that allows me to select the integers after the decimal?
After multiplying a number by a percentage I am converting the double to an int and assigning that to a variable. However, I also need to get the the integers after the decimal and assign them to another variable.
What is the syntax that allows me to select the integers after the decimal?
Comment