Click or drag to resize
MathHelper Methods

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