Search
MeasureUnit Constructor (String, MeasureUnit, Double, Int32)
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,
    int standardDivisions
)

 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.

standardDivisions

The number of divisions of the new unit.

 See Also