nanosToSeconds
nanosToSeconds returns the number of seconds equivalent to the specified nanoseconds value.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| nanos | long | The amount of nanoseconds to convert to seconds. |
Returns
The number of seconds equivalent to the specified nanoseconds value. Null input values will return NULL_LONG.