Greater Than: Difference between revisions

From Fancade Wiki
m (Add related section, add more links)
(Standartuse truth in descriptions)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 8: Line 8:
}}
}}


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.
Outputs False if it is [[Less Than|less than]] or [[Equal Numbers|equal]] to the second number.


[[File:Greater Than example.jpg|frameless|center|Example]]
[[File:Greater Than example.jpg|frameless|center|Example]]

Latest revision as of 00:50, 23 August 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