Math class

  • Thread starter Thread starter Jon Cosby
  • Start date Start date
J

Jon Cosby

I don't have the Math class available in CS. I have it in VB. Does anyone
know why this would be?


Jon
 
Jon Cosby said:
I don't have the Math class available in CS. I have it in VB. Does anyone
know why this would be?

Do you have

using System;

at the top of your class file?
 
On a new line in the IDE, type "System" (case sensitive) and then a period,
scroll down the list until you see Math then select it and type a period and
see all of the functions available. Voila!
 
Back
Top