MCPcopy Create free account
hub / github.com/LAStools/LAStools / parseFormattedDouble

Function parseFormattedDouble

src/lasinfo.cpp:181–183  ·  view source on GitHub ↗

Function for converting formatted character string to double

Source from the content-addressed store, hash-verified

179
180// Function for converting formatted character string to double
181static double parseFormattedDouble(const char* formattedString) {
182 return std::stod(formattedString);
183}
184
185static int lidardouble2string(char* string, double value) {
186 int len;

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected