Click or drag to resize

PercentFixedType Constructor

Constructs a precentage type object.

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

Parameters

value
Type: SystemDouble
The numeric value which defines the ratio. Value 1.0 is 100%.
See Also