MCPcopy Create free account
hub / github.com/OSGeo/PROJ / getOptDouble

Function getOptDouble

src/transformations/defmodel_impl.hpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 return getDouble(j, key, false);
312}
313static double getOptDouble(const json &j, const char *key) {
314 return getDouble(j, key, true);
315}
316
317// ---------------------------------------------------------------------------
318

Callers 1

parseMethod · 0.85

Calls 1

getDoubleFunction · 0.85

Tested by

no test coverage detected