Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Multiplies values.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Math | 12.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
InputList | Pass a list with values. | 123 |
Factor | Pass a single value or a list of values with factors. | 2 |
Returns value list or error.
Multiplies list with one value:
MBS( "Math.Multiply"; "3¶4¶5"; 2 )
Example result:
6
8
10
Multiplies list of values with other list of values:
MBS( "Math.Multiply"; "3¶4¶5"; "1¶2¶3" )
Example result:
3
8
15
This function is free to use.
Created 28th January 2022, last changed 30th January 2023