| 8953 | */ |
| 8954 | |
| 8955 | bool GDALAlgorithmArgSetAsDouble(GDALAlgorithmArgH hArg, double value) |
| 8956 | { |
| 8957 | VALIDATE_POINTER1(hArg, __func__, false); |
| 8958 | return hArg->ptr->Set(value); |
| 8959 | } |
| 8960 | |
| 8961 | /************************************************************************/ |
| 8962 | /* GDALAlgorithmArgSetAsDatasetValue() */ |