MCPcopy Index your code
hub / github.com/MapServer/MapServer / msDBFReadDoubleAttribute

Function msDBFReadDoubleAttribute

mapxbase.c:612–615  ·  view source on GitHub ↗

/ msDBFReadDoubleAttribute() */ / Read a double attribute. */ /

Source from the content-addressed store, hash-verified

610/* Read a double attribute. */
611/************************************************************************/
612double msDBFReadDoubleAttribute( DBFHandle psDBF, int iRecord, int iField )
613{
614 return(atof(msDBFReadAttribute( psDBF, iRecord, iField )));
615}
616
617/************************************************************************/
618/* msDBFReadStringAttribute() */

Callers 1

mainFunction · 0.85

Calls 1

msDBFReadAttributeFunction · 0.85

Tested by

no test coverage detected