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
- Version 12.1
- Added math functions: Math.Average, Math.Max, Math.Median, Math.Min, Math.Multiply, Math.Reciprocal, Math.StandardDeviation, and Math.Sum.
Blog Entries
- New in MBS FileMaker Plugin 12.1
- Neues MBS FileMaker Plugin 12.1
- MBS FileMaker Plugin 12.1 - More than 6700 Functions In One Plugin
- MBS FileMaker Plugin, version 12.1pr1
This function is free to use.
Created 28th January 2022, last changed 30th January 2023