Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
float DataValue::toFloat(size_t n) const {
163
ok_ = true;
164
return value_.at(n);
165
}
166
167
Rational DataValue::toRational(size_t n) const {
168
ok_ = true;
Callers
nothing calls this directly
Calls
1
parseFloat
Function · 0.85
Tested by
no test coverage detected