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