るりまサーチ

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

別のキーワード

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

キーワード

検索結果

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

VALUE rb_time_timespec_new(const struct timespec *ts, int offset) (6201.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) (6201.0)