Method: NetCDF::DimensionWriter#length=

Defined in:
lib/netcdf/dimension.rb

#length=(val) ⇒ Object





100
101
102
# File 'lib/netcdf/dimension.rb', line 100

def length=(val)
  @netcdf_elmt.setLength(val)
end