Adds the specified amount to the specified Measure object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static Measure op_Addition ( |
The Measure object to add to.
The amount to add.
A new Measure object representing the new amount, in the same unit as the original object.
See Also