Search
Measure.point Method
See Also
 






Creates a Measure instance of the MeasureUnit.Point unit from the specified double value.

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

 Syntax

Java  Copy Code

public static Measure point (
    double value
)

 Parameters

value

The amount represented by the new object.

 Return Value

A Measure object representing the specified double value.

 See Also