Math methods

A math method performs a mathematical operation on a value or set of values and can be used in a rule expression. Math methods are provided by the Microsoft .NET framework.

Note:

When you use a math method in a rule expression, you must precede it with Math. (Math followed by a period). For example, the Pow method, which is used to return a value raised to a specific power, becomes Math.Pow.

For a comprehensive list of math methods, see a C# programming guide.

For more information, see