48件ヒット
[1-48件を表示]
(0.022秒)
種類
- 定数 (36)
- インスタンスメソッド (12)
モジュール
- JSON (36)
-
JSON
:: Generator :: GeneratorMethods :: Float (12)
キーワード
- Infinity (12)
- MinusInfinity (12)
- NaN (12)
-
to
_ json (12)
検索結果
先頭4件
-
JSON
:: Generator :: GeneratorMethods :: Float # to _ json(state _ or _ hash = nil) -> String (3102.0) -
自身から生成した JSON 形式の文字列を返します。
...自身から生成した JSON 形式の文字列を返します。
@param state_or_hash 生成する JSON 形式の文字列をカスタマイズするため
に JSON::State のインスタンスか、
JSON::State.new の引数と同じ Hash を......指定します。
//emlist[例][ruby]{
require "json"
(1.0).to_json # => "1.0"
//}... -
JSON
:: Infinity -> Float (209.0) -
正の無限大を表します。
...正の無限大を表します。
@see Float... -
JSON
:: MinusInfinity -> Float (209.0) -
負の無限大を表します。
...負の無限大を表します。
@see Float... -
JSON
:: NaN -> Float (209.0) -
NaN (Not a Number) を表します。
...NaN (Not a Number) を表します。
@see Float...