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