Search
Measure.op_Subtraction Method
See Also
 






Subtracts the specified amount from the specified Measure object.

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

 Syntax

Java  Copy Code

public static Measure op_Subtraction (
    Measure measure,
    double value
)

 Parameters

measure

The Measure object to subtract from.

value

The amount to subtract.

 Return Value

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

 See Also