Measurement.MetersOnEarth

Measurement.MetersOnEarth method

Returns a new instance of Measurement that represents length in meters on the Earth.

public static Measurement MetersOnEarth(double value)
ParameterTypeDescription
valueDoubleNumber of meters.

Return Value

New instance of Measurement class.

See Also