Arith Difference: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 26: | Zeile 26: | ||
Back to [[Standard_Library#Arithmetic|Standard Library]].<br> |
Back to [[Standard_Library#Arithmetic|Standard Library]].<br> |
||
Previous: [[Arith Distance|Arith [ Distance ]]]<br> |
Previous: [[Arith Distance|Arith [ Distance ]]]<br> |
||
Next: [[Arith Difference|Arith [ Difference ]]] |
Next: [[Arith Difference+|Arith [ Difference+ ]]] |
||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
Version vom 14. August 2020, 09:14 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Trigger[Bearbeiten]
Both inputs must be connected and both must have received a value for the action to trigger ("and" input behavior)
Operation[Bearbeiten]
This block returns the difference between two given numbers. I.e.
difference = number1 - number2.
Automatic Type Conversion[Bearbeiten]
The block allows for mixed mode arithmetic. This means that all combinations of numbers are allowed as input. For details on the conversion rules, please refer to the documentation of the "Arith [ Sum ]" block.
Revisions[Bearbeiten]
This block has been in the Standard Library since 0.1.