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