PingPong

Function of: MathExt
Returns: Number
Tags:  static

Parameters
Name Type Description
valueNumber
minNumber
maxNumber
Example
  1. local function_output = MathExt.PingPong(Number value,
  2. Number min,
  3. Number max
  4. )