Click or drag to resize

MassType  Conversion (Double to MassType)

Converts a numeric value into a type object.

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 MassType (
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The numeric value to convert.

Return Value

Type: MassType
An object.
See Also