Multiply: Difference between revisions

From Fancade Wiki
(Create related articles; infobox)
(Added an example image)
 
Line 10: Line 10:
Outputs the product of the two input [[number]]s.
Outputs the product of the two input [[number]]s.


[[File:Multiply_example.jpg]]
{{Image|Multiply_example.jpg|Example}}


== Related ==
== Related ==

Latest revision as of 09:12, 21 May 2024

Multiply
Multiply.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 * Num2

Outputs the product of the two input numbers.

Example

Related