Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.52 KB

mathematical-functoids.md

File metadata and controls

39 lines (32 loc) · 1.52 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Mathematical Functoids
Mathematical Functoids
06/08/2017
biztalk-server
article

Mathematical Functoids

Overview

Mathematical functoids are used to perform a variety of basic mathematical operations.

The number of input parameters to the Mathematical functoids varies from functoid to functoid, and where reasonable, these functoids accept large numbers of inputs. For example, the Division functoid requires exactly two input parameters (the dividend and the divisor), while the Addition functoid accepts between 2 and 100 input parameters, resulting in their sum.

Important

Because Microsoft [!INCLUDEbtsBizTalkServerNoVersion] uses the underlying functionality of the .NET Framework, the results produced by some of the Mathematical functoids may vary from the equivalent functoids in previous versions of BizTalk Server. Test your maps thoroughly to be sure you are getting the results you expect.

Functoids list

The Mathematical functoids are:

  • Absolute Value
  • Addition
  • Division
  • Integer
  • Maximum Value
  • Minimum Value
  • Modulo
  • Multiplication
  • Round
  • Square Root
  • Subtraction

More info on these functoids is [!INCLUDEui-guidance-developers-reference].

See Also

How to Add Basic Functoids to a Map