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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Math.BitwiseAND
Perform bitwise AND operation.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Math | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
MBS( "Math.BitwiseAND"; value1; value2... ) More
Parameters
Parameter | Description | Example |
---|---|---|
value1 | The first number. | 5 |
value2... | The second number. | 6 |
Result
Returns number.
Description
Perform bitwise AND operation.Only for integer numbers. You can pass several values to combine more than 2 values.
Updated to use 64-bit signed integers in version 7.3.
This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat value2 parameter as often as you need.
Examples
Applies bitwise and for three numbers which gives 16:
MBS("Math.BitwiseAND"; 255; 48; 18)
See also
- DynaPDF.GetOCG
- DynaPDF.GetUsesTransparency
- Math.BitwiseNOT
- Math.BitwiseOR
- Math.BitwiseXOR
- Preferences.GetValue
- UnZipFile.ItemFlag
Release notes
- Version 7.3
- Improved Math.BitwiseAND, Math.BitwiseOR, Math.BitwiseNOT, Math.BitwiseXOR, Math.BitwiseShiftRight and Math.BitwiseShiftLeft to use 64-bit integers instead of 32-bit.
Example Databases
Blog Entries
Created 18th August 2014, last changed 5th June 2021
Math.Average - Math.BitwiseNOT
Feedback: Report problem or ask question.
