public static int nc_put_att_double(int ncid, int varid, string name, NetCdfDataType type, IntPtr len, double[] tp) /* lock (LockObject) */ {
{
    var r = NetCDFInterop.nc_put_att_double(ncid, varid, name, type, len, tp); return(r);
}
}