C# Class Com.Aurora.AuWeather.Models.Length

显示文件 Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Public Methods

Method Description
ActualDouble ( LengthParameter lengthParameter ) : double
FromKM ( double l ) : Length
FromM ( double l ) : Length
FromMile ( double l ) : Length
FromNM ( double l ) : Length
GetFormat ( LengthParameter lengthParameter ) : string

Method Details

ActualDouble() public method

public ActualDouble ( LengthParameter lengthParameter ) : double
lengthParameter LengthParameter
return double

FromKM() public static method

public static FromKM ( double l ) : Length
l double
return Length

FromM() public static method

public static FromM ( double l ) : Length
l double
return Length

FromMile() public static method

public static FromMile ( double l ) : Length
l double
return Length

FromNM() public static method

public static FromNM ( double l ) : Length
l double
return Length

GetFormat() public static method

public static GetFormat ( LengthParameter lengthParameter ) : string
lengthParameter LengthParameter
return string