Share via


MathPlugin Class

Definition

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.

Applies to