public static Length ConvertFrom(
double value,
LengthUnit sourceUnit
)Public Shared Function ConvertFrom (
value As Double,
sourceUnit As LengthUnit
) As Lengthpublic:
static Length ConvertFrom(
double value,
LengthUnit sourceUnit
)Gemstone.Units.Length.ConvertFrom = function(value, sourceUnit);