Parent

Class/Module Index [+]

Quicksearch

NumRu::NetCDFDim

Public Instance Methods

inspect() click to toggle source
# File lib/numru/netcdf.rb, line 779
def inspect
  'NetCDFDim:'+name
end
length_ul0() click to toggle source
# File lib/numru/netcdf.rb, line 783
def length_ul0
   if unlimited?
      0
   else
      length
   end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.