|
|
|
|
GetDecDegrees2Degrees property |
|
GetDecDegrees2Degrees converts
degrees in decimal format to conventional notation of degrees
Syntax
Degrees
= SolarPlexus.DayLength(DecDegrees [ ,MaxDegrees]))
|
|
Degrees |
Return
value. String. Degrees returned as a string with the format "pggg:mm:ss.ff",
where p=sign (+ or -), ggg=degrees, mm=minutes, ss=seconds, and ff=fractions of
seconds. Example: "-117:20:35.67" (which equals -117.343242) |
|
DecDegrees |
Input
value. Double. Degrees as decimal numeral with degrees before
the decimal point, and decimal fractions af degrees after. Example:
-117.343242 |
|
MaxDegrees |
Input
value. Optional. Double. Maximum value of degrees. Default=360 |
|
|