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