empty?()
Returns true if this is an empty matrix, i.e. if the number of rows or the number of columns is 0.
# File lib/matrix.rb, line 683 def empty? column_count == 0 || row_count == 0 end
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル