るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. _builtin max
  2. enumerable max
  3. _builtin max_by
  4. enumerable max_by
  5. range max

キーワード

検索結果

static void copy_fds(fd_set *dst, fd_set *src, int max) (352.0)

fd_set src を dst にコピーします。 max は select(2) の第一引数と同じ意味です。

fd_set src を dst にコピーします。
max は select(2) の第一引数と同じ意味です。

static int find_bad_fds(fd_set *dst, fd_set *src, int max) (304.0)

static int intersect_fds(fd_set *src, fd_set *dst, int max) (304.0)

static int match_fds(fd_set *dst, fd_set *src, int max) (304.0)

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

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

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

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

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

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

絞り込み条件を変える