Click or drag to resize

Mass   Conversion (Mass to Double)

Creates a new Double value from a given Mass object.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static implicit operator double (
	Mass value
)

Parameters

value  Mass
The Mass object to convert.

Return Value

Double
A Double value equal to the value of the Mass.
See Also