Click or drag to resize

MathHelper Class

Contains commonly used mathematical operations.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonMathHelper

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static class MathHelper

The MathHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClamp(Int32, Int32, Int32)
Restricts a value to be within a specified range.
Public methodStatic memberClamp(Single, Single, Single)
Restricts a value to be within a specified range.
Public methodStatic memberPercentage
Calculates the percentage value for the given range.
Top
See Also