MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toHours

Method toHours

classpath/java/util/concurrent/TimeUnit.java:40–43  ·  view source on GitHub ↗
(long d)

Source from the content-addressed store, hash-verified

38 }
39
40 @Override
41 public long toHours(long d) {
42 return d / NANOSECONDS_PER_HOUR;
43 }
44
45 @Override
46 public long toDays(long d) {

Callers 1

convertMethod · 0.80

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected