Search
Measure.op_Addition Method
See Also
 






Adds the specified amount to the specified Measure object.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static Measure op_Addition (
    Measure measure,
    double value
)

 Parameters

measure

The Measure object to add to.

value

The amount to add.

 Return Value

A new Measure object representing the new amount, in the same unit as the original object.

 See Also