Click or drag to resize

MassType  Conversion (MassType to Double)

Converts a type object into 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 static implicit operator double (
	MassType obj
)
Request Example View Source

Parameters

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

Return Value

Type: Double
A numeric value.
See Also