るりまサーチ

最速Rubyリファレンスマニュアル検索!
84件ヒット [1-84件を表示] (0.105秒)
トップページ > クエリ:t[x] > クエリ:JSON[x] > クエリ:Float[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

JSON::Generator::GeneratorMethods::Float (30032.0)

Float に JSON で使用するインスタンスメソッドを追加するためのモジュールです。

...Float JSON で使用するインスタンスメソッドを追加するためのモジュールです。...

JSON::Infinity -> Float (27207.0)

正の無限大を表します。

...正の無限大を表します。

@see Float...

JSON::MinusInfinity -> Float (27207.0)

負の無限大を表します。

...負の無限大を表します。

@see Float...

JSON::Ext::Generator::GeneratorMethods::Float (27032.0)

Alias of JSON::Generator::GeneratorMethods::Float

...Alias of JSON::Generator::GeneratorMethods::Float...

JSON::Generator::GeneratorMethods::Float#to_json(state_or_hash = nil) -> String (24247.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::NaN -> Float (21207.0)

NaN (Not a Number) を表します。

...NaN (Not a Number) を表します。

@see Float...

NEWS for Ruby 2.0.0 (24.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...ーディングを US-ASCII から UTF-8 に変更しました
* '_' で始まる使用されていない変数は警告しなくなりました

=== 組み込みクラスの更新

* ARGF.class
* 追加: ARGF.class#codepoints, ARGF.class#each_codepoint
IO にある同名のメソッ...
...#to_a に似ています
* 拡張: Hash#default_proc= default proc をクリアするために nil を渡せるようになりました

* IO
* 非推奨: IO#lines, #bytes, #chars, #codepoints

* Kernel
* 追加: Kernel.#Hash という変換メソッド。Kernel.#Array, Kernel.#Float...
...within the given block.
* 追加: IO#cooked! which sets the terminal to cooked.
* 拡張: IO#raw, IO#raw!, IO#getch キーワード引数 :min, :time を受け付けます。

* io/wait
* 追加: IO#wait_writable
* 追加: IO#wait_readable は IO#wait の別名です。

* json...