るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.029秒)
トップページ > バージョン:2.4.0[x] > クエリ:Struct[x] > クエリ:new[x] > 種類:関数[x]

別のキーワード

  1. struct new
  2. mkmf have_struct_member
  3. struct []
  4. struct each
  5. struct select

キーワード

検索結果

static struct RVarmap * new_dvar(ID id, VALUE value, struct RVarmap *prev) (18904.0)

VALUE rb_time_timespec_new(const struct timespec *ts, int offset) (18604.0)

引数 ts、offset を元に Time オブジェクトを作成して返します。

引数 ts、offset を元に Time オブジェクトを作成して返します。

@param ts timespec 構造体のポインタ

@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は地方時、INT_MAX-1 を指定した場合は UTC に
なります。

@raise ArgumentError offset に上述の範囲以外の値を指定した場合に発生し
ま...

static struct BLOCKTAG * new_blktag(void) (18604.0)