C# Class UnitClassLibrary.DistanceUnit.DistanceTypes.Metric.MeterUnit.MeterExtensions

Show file Open project: ParagonTruss/UnitClassLibrary

Public Methods

Method Description
AsMeters ( this passedDistance ) : double
FromMetersToDistance ( this passedDouble ) : Distance

Method Details

AsMeters() public static method

public static AsMeters ( this passedDistance ) : double
passedDistance this
return double

FromMetersToDistance() public static method

public static FromMetersToDistance ( this passedDouble ) : Distance
passedDouble this
return Distance