I’m not that great with maths and C# doesn’t seem to provide a power-of function
so I was wondering if anyone knows how I would run a calculation like this:
var dimensions = ((100*100) / (100.00^3.00));
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See Math.Pow. The function takes a value and raises it to a specified power: