Method: Bio::Nexus::NexusMatrix#get_max_row

Defined in:
lib/bio/db/nexus.rb

#get_max_rowObject

Returns the maximal row number.


Returns

Integer



1649
1650
1651
# File 'lib/bio/db/nexus.rb', line 1649

def get_max_row 
  return @max_row
end