るりまサーチ

最速Rubyリファレンスマニュアル検索!
110件ヒット [101-110件を表示] (0.127秒)

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. integer >
  4. complex >
  5. module >

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 >>

BigDecimal#eql?(other) -> bool (207.0)

self が other と等しい場合に true を、そうでない場合に false を返します。

...self が other と等しい場合に true を、そうでない場合に false を返します。

それぞれの値は BigDecimal#coerce で変換して比較される場合があります。

//emlist[][ruby]{
r
equire 'bigdecimal'
BigDecimal('1.0') == 1.0 # => true
//}...
<< < 1 2 >>