Tile - Math - Max – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Math min-max to Ylands:Tile - Math - Max: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Max(Number, Number) == | |||
[[File:YlandsTile-126.png]] | |||
<pre>static max(number: number, ...additionalNumbers: number[]): any;</pre> | |||
=== Parameters === | |||
==== number ==== | |||
==== additionalNumbers ==== | |||
=== Returns === | |||
'''any''' | |||
=== Description === | |||
Returns the '''number''' with '''highest''' value. | |||
Line 8: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Max(Number, Number)
static max(number: number, ...additionalNumbers: number[]): any;
Parameters
number
additionalNumbers
Returns
any
Description
Returns the number with highest value.