.NET API 386,112 bytes
Length
A length stored in meters. This length can represent any unit type, but internally this
is stored as meters to make algorithms simpler.
public const string FEET =
"ft"
public const string INCHES =
"in"
public const string METERS =
"m"
public static double { get; }
public static double ToInch {
get; }
public static double ToMeter {
get; }