Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ toDouble
Method
toDouble
src/core/MutableDataPoint.java:131–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
@Override
132
public
double toDouble() {
133
if
(is_integer) {
134
return
value;
135
}
136
return
Double.longBitsToDouble(value);
137
}
138
139
@Override
140
public
String toString() {
Callers
7
testMutableDataPoint
Method · 0.95
testResetWithDoubleValue
Method · 0.95
testResetWithLongValue
Method · 0.95
testReset
Method · 0.95
testOfDoubleValue
Method · 0.95
testOfLongValue
Method · 0.95
populateNextRate
Method · 0.95
Calls
no outgoing calls
Tested by
6
testMutableDataPoint
Method · 0.76
testResetWithDoubleValue
Method · 0.76
testResetWithLongValue
Method · 0.76
testReset
Method · 0.76
testOfDoubleValue
Method · 0.76
testOfLongValue
Method · 0.76