Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Math.Multiply

Multiplies values.

Component Version macOS Windows Linux Server iOS SDK
Math 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Math.Multiply"; InputList; Factor )   More

Parameters

Parameter Description Example
InputList Pass a list with values. 123
Factor Pass a single value or a list of values with factors. 2

Result

Returns value list or error.

Description

Multiplies values.
Takes values from arguments, which may be list of values or single values.
Returns empty result if no values are passed.

Examples

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

See also

Release notes

Blog Entries

This function is free to use.

Created 28th January 2022, last changed 30th January 2023


Math.Min - Math.NormInv

💬 Ask a question or report a problem