Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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