Click or drag to resize

GH_DigitNumber Constructor (Int32)

Create a new GH_DigitNumber instance with the specified number of decimal places.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DigitNumber(
	int decimalPlaces
)

Parameters

decimalPlaces
Type: SystemInt32
Amount of decimal places.
See Also