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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Math functions.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.2 / 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Math.BitwiseAND Perform bitwise AND operation. | All 4.1 |
Math.BitwiseNOT Perform bitwise not operation. | All 4.1 |
Math.BitwiseOR Perform bitwise or operation. | All 4.1 |
Math.BitwiseShiftLeft Perform bitwise shift left. | All 4.1 |
Math.BitwiseShiftRight Perform bitwise shift right. | All 4.1 |
Math.BitwiseXOR Perform bitwise xor operation. | All 4.1 |
Math.DecToHex Converts a number to a hexadecimal number. | All 2.5 |
Math.DecodeNumber Decodes a number from it's binary representation. | All 6.4 |
Math.EncodeNumber Encodes a number as binary data as hex text. | All 6.4 |
Math.FormatNumber Formats a number. | All 11.1 |
Math.HexToDec Converts a hexadecimal number to a normal decimal number. | All 2.5 |
Math.InchToPixel Converts a inch value to pixel. | All 3.4 |
Math.InsidePolygon Checks if one point is inside a polygon. | All 2.2 |
Math.IsValidCC Verifies a credit card number. | All 3.1 |
Math.MillimeterToPixel Converts a millimeter value to pixel. | All 3.4 |
Math.NormInv Calculates NormInv function like in Excel. | All 11.1 |
Math.NumberToText Converts a number value to a text string. | All 2.9 |
Math.PixelToInch Converts a pixel value to inch. | All 3.4 |
Math.PixelToMillimeter Converts a pixel value to millimeter. | All 3.4 |
Math.PolylineDecode Decodes number from Polyline Algorithm Format. | All 9.2 |
Math.PolylineEncode Encodes number in Polyline Algorithm Format. | All 9.2 |
Math.TextToNumber Converts a text to a number. | All 2.9 |
22 functions.
Feedback: Report problem or ask question.