LengthUnit.FromMeter Method
Converts a distance in meters to this LengthUnit.
Thread safety: This method is thread-safe.
FromMeter(System.Double distance)
Converts a distance in meters to this LengthUnit.Syntax
public System.Double FromMeter (
System.Double distance
)
Parameters
distance
Type: System.Double
A distance expressed in meters.
A distance expressed in meters.
Return Value
Type: System.Double
The same distance expressed in this LengthUnit.
The same distance expressed in this LengthUnit.
Platforms
Windows, Linux, Android