MathPlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MathPlugin provides a set of functions to make Math calculations.
public sealed class MathPlugin
type MathPlugin = class
Public NotInheritable Class MathPlugin
- Inheritance
-
MathPlugin
Constructors
MathPlugin() |
Methods
Add(Int32, Int32) |
Returns the addition result of initial and amount values provided. |
Subtract(Int32, Int32) |
Returns the subtraction result of initial and amount values provided. |