![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$DMSDEC^XLFMTH extrinsic function converts a number from degrees:minutes:seconds to a decimal.
$$DMSDEC^XLFMTH(x[,n])
x: |
(required) Degrees:minutes:seconds input number to be converted to decimal. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the converted degrees:minutes:seconds input number to decimal. |
>S X=$$DMSDEC^XLFMTH("30:42:0") >W X 30.7 |