Click or drag to resize

MathHelperIsInRange Method

Overload List
  NameDescription
Public methodStatic memberIsInRange(Int32, Int32, Int32)

Returns whether a number is between two other numbers.

Respects from being larger than to.

Public methodStatic memberIsInRange(Single, Single, Single)

Returns whether a number is between two other numbers.

Respects from being larger than to.

Public methodStatic memberIsInRange(Vector2, Vector2, Vector2)
Returns whether a vector is within a range of two other vectors.
Public methodStatic memberIsInRange(Vector3, Vector3, Vector3)
Returns whether a vector is within a range of two other vectors.
Top
See Also