Click or drag to resize

PercentFixedType  Conversion (PercentFixedType to Double)

Converts a type object into a numeric value.

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 double (
	PercentFixedType obj
)
Request Example View Source

Parameters

obj
Type: KSPDev.GUIUtils.TypeFormattersPercentFixedType
The object type to convert.

Return Value

Type: Double
A numeric value.
See Also