# File lib/filesize.rb, line 103
  def *(other)
    self.class.new(@bytes * other.to_i, @type)
  end