|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
Class to transform an input double value in seconds to seconds and microseconds in long format. More...
Public Member Functions | |
| SecMicrosec () | |
| Empty constructor. | |
| SecMicrosec (double input) | |
| Constructor. | |
| void | secMicrosec (double num) |
| Class to perform the transformation. | |
Public Attributes | |
| long | seconds |
| Seconds. | |
| long | microseconds |
| Microseconds. | |
Class to transform an input double value in seconds to seconds and microseconds in long format.
| EECFI.SecMicrosec.SecMicrosec | ( | ) |
Empty constructor.
| EECFI.SecMicrosec.SecMicrosec | ( | double | input | ) |
Constructor.
It makes the operations.
| void EECFI.SecMicrosec.secMicrosec | ( | double | num | ) |
Class to perform the transformation.
Microseconds.
Seconds.
1.7.1