Convert from percentage to float.
Returns:
19 20 21
# File 'lib/osb/integer.rb', line 19 def percent self / 100.0 end