APIdock / Ruby
/
method

to_d

ruby latest stable - Class: Integer
to_d()
public

Returns the value of int as a BigDecimal.

require 'bigdecimal'
require 'bigdecimal/util'
42.to_d  # => 0.42e2

See also BigDecimal::new.

# File ext/bigdecimal/lib/bigdecimal/util.rb, line 22
 def to_d
 BigDecimal(self)
 end

AltStyle によって変換されたページ (->オリジナル) /