Page 1 of 1

Math Class in System

Posted: Thu Jun 05, 2014 8:10 am
by simpsjf
i am new to C# and I am needing to use some of the methods in Math Class. specifically, Math.Pow is supported in .NET Compact Framework 3.5 but does not seem to recognized in iX version, or is it?

Re: Math Class in System

Posted: Mon Apr 02, 2018 4:38 pm
by Chris T.
simpsjf,

It is definitely supported. This is the syntax "Math.Pow(X,Y);" X= Base and Y = Exponent; remember C# is case sensitive.