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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top