MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / get

Method get

JSAT/src/jsat/utils/concurrent/AtomicDouble.java:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public double get()
28 {
29 return longBitsToDouble(base.get());
30 }
31
32 public double getAndAdd(double delta)
33 {

Callers 9

getAndAddMethod · 0.95
addAndGetMethod · 0.95
toStringMethod · 0.95
procedure4m_initMethod · 0.95
trainCMethod · 0.95
clusterMethod · 0.95
transformMethod · 0.95
computePMethod · 0.95
stressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected