Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1030368 // hourMinSecToSec - hours, minutes and seconds to seconds

JavaX fragment (include)

static double hourMinSecToSec(double hours, double min, double sec) {
  ret (hours*60+min)*60+sec;
}

Author comment

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: 94 / 119
Referenced in: [show references]