Greater Than: Difference between revisions

From Fancade Wiki
(Created page with "/uploads/Greater Than.png Outputs `True` if the first input number is bigger than the second input number. File:Screenshot_2022-02-18-18-18-39-68_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ")
 
m (Add related section, add more links)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[width=336px,alt=Greater Than|/uploads/Greater Than.png]]
{{Block
|image=Greater Than.png
|type=s
|folder=math
|input1={{Port|n|Num1}}
|input2={{Port|n|Num2}}
|output1={{Port|t|Num1 > Num2}}
}}


Outputs `True` if the first input [[number]] is bigger than the second input number.
Outputs [[true]] if the first input [[number]] is bigger than the second input number.
Outputs [[false]] if it is [[Less Than|less than]] or [[Equal Numbers|equal]] to the second number.


[[File:Screenshot_2022-02-18-18-18-39-68_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:Greater Than example.jpg|frameless|center|Example]]


== Related ==
* [[Less Than]]
* [[Equal Numbers]]


[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 13:47, 29 July 2025

Greater Than
Greater Than.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 > Num2

Outputs true if the first input number is bigger than the second input number. Outputs false if it is less than or equal to the second number.

Example
Example

Related