Click or drag to resize

SmallNumberType Constructor

Constructs an object from a numeric value.

Namespace:  KSPDev.GUIUtils.TypeFormatters
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public SmallNumberType(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The numeric value in the base units.
See Also