EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Deg2Dms Method

Converts a Decimal Degree into Degrees/Minutes/Seconds. Returned values are positive with Sign containing the Sign of the original value.

Methods for decimal and double Parameters.

Overload List

Converts a Decimal Degree into Degrees/Minutes/Seconds. Returned values are positive with Sign containing the Sign of the original value.

public static void Deg2Dms(decimal,out int,out int,out decimal,out int);

Converts a Decimal Degree into Degrees/Minutes/Seconds. Returned values are positive with Sign containing the Sign of the original value.

public static void Deg2Dms(double,out int,out int,out decimal,out int);

See Also

DecimalOps Class | Esb.Math Namespace