Search
MeasureUnit Constructor (String, MeasureUnit, Double)
See Also
 






Initializes a new instance of the MeasureUnit class with the specified unit of measure as a base.

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

 Syntax

Java  Copy Code

public MeasureUnit (
    String name,
    MeasureUnit baseUnit,
    double scale
)

 Parameters

name

The name of the new unit.

baseUnit

The base of the new unit.

scale

The scale of the new unit, relatively to the base.

 See Also