- - - 目次

Float

浮動小数点数のクラス.

スーパークラス:

Numeric

メソッド:

self + other
self - other
self * other
self / other
self % other
self ** other

算術演算子

self == other
self < other
self <= other
self > other
self >= other

比較演算子

to_i

selfを整数に変換します.


- - - 目次

matz@caelum.co.jp