C# Class UnitClassLibrary.DistanceUnit.DistanceTypes.Imperial.YardUnit.YardExtensions

Mostrar archivo Open project: ParagonTruss/UnitClassLibrary

Public Methods

Method Description
AsYards ( this passedDistance ) : double
FromYardsToDistance ( this passedDouble ) : Distance

Method Details

AsYards() public static method

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

FromYardsToDistance() public static method

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