Class YMath
Defined in: YMath.js.
Constructor Attributes | Constructor Name and Description |
---|---|
YMath()
YMath utilities Not instanciable.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
YMath.ceildAt(value, exponent)
|
<static> |
YMath.ceilTo(value, step)
|
<static> |
YMath.floorAt(value, exponent)
|
<static> |
YMath.floorTo(value, step)
|
<static> |
YMath.realCeilAt(value, exponent)
|
<static> |
YMath.realCeilTo(value, step)
|
<static> |
YMath.realFloorAt(value, exponent)
|
<static> |
YMath.realFloorTo(value, step)
|
<static> |
YMath.realRoundAt(value, exponent)
|
<static> |
YMath.realRoundTo(value, step)
|
<static> |
YMath.roundAt(value, exponent)
|
<static> |
YMath.roundTo(value, step)
|
<static> |
YMath.unPow(primary, result)
|
<static> |
YMath.upgradeArray(array)
|
Method Detail
<static>
YMath.ceildAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.ceilTo(value, step)
- Parameters:
- value
- step
<static>
YMath.floorAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.floorTo(value, step)
- Parameters:
- value
- step
<static>
YMath.realCeilAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.realCeilTo(value, step)
- Parameters:
- value
- step
<static>
YMath.realFloorAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.realFloorTo(value, step)
- Parameters:
- value
- step
<static>
YMath.realRoundAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.realRoundTo(value, step)
- Parameters:
- value
- step
<static>
YMath.roundAt(value, exponent)
- Parameters:
- value
- exponent
<static>
YMath.roundTo(value, step)
- Parameters:
- value
- step
<static>
YMath.unPow(primary, result)
- Parameters:
- primary
- result
<static>
YMath.upgradeArray(array)
Defined in: YMath.upgradeArray.js.
- Parameters:
- array