示例#1
0
 public void ComputeRasterMinMax(double[] argout, int approx_ok)
 {
     GdalPINVOKE.Band_ComputeRasterMinMax(swigCPtr, argout, approx_ok);
     if (GdalPINVOKE.SWIGPendingException.Pending)
     {
         throw GdalPINVOKE.SWIGPendingException.Retrieve();
     }
 }