MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / toFloat

Method toFloat

src/value.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162float DataValue::toFloat(size_t n) const {
163 ok_ = true;
164 return value_.at(n);
165}
166
167Rational DataValue::toRational(size_t n) const {
168 ok_ = true;

Callers

nothing calls this directly

Calls 1

parseFloatFunction · 0.85

Tested by

no test coverage detected