Multiply: Difference between revisions

From Fancade Wiki
 
(Create related articles; infobox)
Line 1: Line 1:
[[File:Multiply1.png]]
{{Block
|image=Multiply.png
|type=s
|folder=Math
|input1={{Port|n|Num1}}
|input2={{Port|n|Num2}}
|output1={{Port|n|Num1 * Num2}}
}}


Outputs the product of the two input [[Number|numbers]].
Outputs the product of the two input [[number]]s.


[[File:Screenshot_2022-02-16-17-03-44-85_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:Multiply_example.jpg]]


== Related ==
* [[Add Numbers]]
* [[Subtract Numbers]]
* [[Divide]]
* [[Scale]]
* [[Power]]


[[Category:Blocks]]
[[Category:Blocks]]

Revision as of 07:00, 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.

Related