MathObject Members
Include Protected Members
Include Inherited Members
Provides several math-related methods that can be used in Microsoft InfoPath 2010 forms.
The MathObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
Avg | Gets the average value of all numerical elements in a node set. (Inherited from IPMath.) | |
Eval | Gets the sets of results calculated when the expression is applied to each set of elements in the context. (Inherited from IPMath.) | |
Max | Gets the largest value of all of the numerical elements in a node set. (Inherited from IPMath.) | |
Min | Gets the smallest value of all of the numerical elements in a node set. (Inherited from IPMath.) | |
Nz | Gets the node set passed to the function, except with zeros (0) where empty values existed before. (Inherited from IPMath.) |
Top