Click or drag to resize

Math Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.Libraries.Math"]

Inheritance Hierarchy

Namespace:  Monkeyspeak.Libraries
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public class Math : BaseLibrary

The Math type exposes the following members.

Constructors
  NameDescription
Public methodMath
Initializes a new instance of the Math class
Top
Properties
  NameDescription
Public propertyHandlers (Inherited from BaseLibrary.)
Top
Methods
  NameDescription
Public methodAdd(Trigger, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.)
Public methodAdd(TriggerCategory, Int32, TriggerHandler, String)
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.)
Private methodAddToVariable
Public methodContains (Inherited from BaseLibrary.)
Private methodDivideByVariable
Public methodInitialize (Overrides BaseLibraryInitialize.)
Private methodMultiplyByVariable
Public methodRaiseError
Raises a MonkeyspeakException
(Inherited from BaseLibrary.)
Private methodSubtractFromVariable
Public methodToString
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.)
Public methodToString(Boolean, Boolean)
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.)
Public methodToString(Trigger, Boolean, Boolean)
Builds a string representation of the descriptions of trigger.
(Inherited from BaseLibrary.)
Public methodUnload (Overrides BaseLibraryUnload(Page).)
Private methodVariableGreaterThan
Private methodVariableGreaterThanOrEqual
Private methodVariableLessThan
Private methodVariableLessThanOrEqual
Top
Fields
  NameDescription
Protected fielddescriptions (Inherited from BaseLibrary.)
Protected fieldhandlers (Inherited from BaseLibrary.)
Top
Extension Methods
See Also