C# Class UnitClassLibrary.DistanceUnit.DistanceTypes.Metric.CentimeterUnit.CentimeterExtensions

ファイルを表示 Open project: ParagonTruss/UnitClassLibrary

Public Methods

Method Description
AsCentimeters ( this passedDistance ) : double
FromCentimetersToDistance ( this passedDouble ) : Distance

Method Details

AsCentimeters() public static method

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

FromCentimetersToDistance() public static method

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