1 | static double hourMinSecToSec(double hours, double min, double sec) {
|
2 | ret (hours*60+min)*60+sec; |
3 | } |
Began life as a copy of #1029702
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030368 |
| Snippet name: | hourMinSecToSec - hours, minutes and seconds to seconds |
| Eternal ID of this version: | #1030368/1 |
| Text MD5: | 4d72368e9752382fd60f997480d8d157 |
| Author: | stefan |
| Category: | java |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-09 22:08:23 |
| Source code size: | 102 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 370 / 406 |
| Referenced in: | [show references] |