|
|
(One intermediate revision by the same user not shown) |
Line 14: |
Line 14: |
| == Notes == | | == Notes == |
|
| |
|
| If one of the inputs are ''nan'', the other value will be outputted regardless. | | * If one of the inputs is <code>nan</code>, the other value will be outputted regardless. |
| | |
| This can be used in conjunction with [[Divide]] to check if a number is greater than another, without using [[If]]:
| |
| | |
| {{Image|Greater than no if.png}}
| |
| | |
| The less-than operation is obtained by replacing the left Max block to [[Min]].
| |
|
| |
|
| == Related == | | == Related == |
Latest revision as of 17:08, 17 July 2024
Max
Type | Script block |
Collider | None |
Folder | Math |
Inputs | Num1 Num2
|
Outputs | Bigger Num
|
Outputs the bigger number.
Notes
- If one of the inputs is
nan
, the other value will be outputted regardless.
Related