Click or drag to resize

PercentFixedType  Conversion (Double to PercentFixedType)

Coverts a numeric value into a 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 static implicit operator PercentFixedType (
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The numeric value to convert.

Return Value

Type: PercentFixedType
A type object.
See Also