Arith Product

Aus expecco Wiki (Version 25.x)
Version vom 9. Mai 2025, 18:31 Uhr von Cg (Diskussion | Beiträge) (Operation)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Schema

Datei:Arith product.png

Trigger

Both inputs must be connected and both must have received a value for the action to trigger ("and" input behavior)

Operation

This block returns the product of two given numbers; i.e.

product = number1 * number2.

Automatic Type Conversion

The block allows for mixed mode arithmetic. This means that all combinations of numbers are allowed as input.
However, due to the pins being of type "Number", non-numbers (such as physical values or vectors) are not handled (unless type checks are disabled at the pins). Use the new "Arith [ Product Any ]" block for this.
For details on the conversion rules, please refer to the documentation of the "Arith [ Sum ]" block.

Revisions

This block has been in the Standard Library since 0.1.


Back to Standard Library.
Previous: Arith [ Difference+ ]
Next: Arith [ Product+ ]



Copyright © 2014-2024 eXept Software AG