What data type for numbers in VB.NET will result in fastest code execution?

Nathan

New member
If I want my code to run fast, and the algorithm doesn't depend on it being integer/single /etc.
What data type should I use for the quickest program execution? Integer? Single? Or another data type?
Most of the math involved in the program is simple addition, subtraction, multiplication, division
 
Back
Top