Greater Than: Difference between revisions

(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 ")
 
(Standartuse truth in descriptions)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(3 intermediate revisions by 2 users 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 00:50, 23 August 2025

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.

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

Related