Open Rails

Me.ToM Method

[This is preliminary documentation and subject to change.]

Convert to metres from kilometres or miles, depending on the flag isMetric

public static float ToM(
   float distance,
   bool isMetric
);

Parameters

distance
distance to be converted to metres
isMetric
if true convert from kilometres, if false convert from miles

See Also

Me Class | ORTS.Common Namespace