Next: , Previous: Subsets, Up: Subsets


3.4.1 Reading and Writing Subsets of Data in C

The type of the data may be automatically converted on read or write. For more information about type conversion see Type Conversion.

Read the entire variable at once nc_get_var_ type


Write the entire variable at once nc_put_var_ type


Read just one value nc_get_var1_ type


Write just one value nc_put_var1_ type


Read an array subset nc_get_vara_ type


Write an array subset nc_put_vara_ type


Read an array with strides nc_get_vars_ type


Write an array with strides nc_put_vars_ type