Add numbers
Namespace: MSBuild.Community.Tasks.Math
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Example
Adding numbers:
Copy Code | |
---|---|
<Math.Add Numbers="4;3"> <Output TaskParameter="Result" PropertyName="Result" /> </Math.Add> <Message Text="Add 4+3= $(Result)"/> |
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.Math.MathBase
MSBuild.Community.Tasks.Math.Add
Microsoft.Build.Utilities.Task
MSBuild.Community.Tasks.Math.MathBase
MSBuild.Community.Tasks.Math.Add
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also
Documentation version 1.0.0.0.