Math Class in System

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
simpsjf
Posts: 1
Joined: Thu Nov 14, 2013 8:17 am

Math Class in System

Post 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?

User avatar
Chris T.
Posts: 109
Joined: Mon Nov 20, 2017 5:29 pm

Re: Math Class in System

Post 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.
Best regards,
Christopher
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

Post Reply