MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / toFloat

Method toFloat

src/openms/source/DATASTRUCTURES/String.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 float String::toFloat() const
305 {
306 return StringUtils::toFloat(*this);
307 }
308
309 double String::toDouble() const
310 {

Callers 15

storeRecursive_Method · 0.80
filterHits_Method · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
storeMethod · 0.80
fixRangeMethod · 0.80

Calls 1

toFloatFunction · 0.85

Tested by 4

main_Method · 0.64
handlePTMsMethod · 0.64
loadMethod · 0.64
getWantedRecordsMethod · 0.64