Re: Latitude to decimal degrees.
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Sat, 26 Nov 2005 21:43:28 GMT
On 26 Nov 2005 09:32:33 -0800, bherbst65@xxxxxxxxxxx wrote, quoted or
indirectly quoted someone who said :
> if (locdir1.equals("S") )
> flocdegree = -1* flocdegree;
i would write that as
flocDegree = -flocDegree;
There is no need to multiply when all you need is a sign inversion.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- Latitude to decimal degrees.
- From: bherbst65
- Latitude to decimal degrees.
- Prev by Date: Re: small fonts with the Sun Java VM
- Next by Date: Re: Latitude to decimal degrees.
- Previous by thread: Latitude to decimal degrees.
- Next by thread: Re: Latitude to decimal degrees.
- Index(es):
Relevant Pages
|
|