1059件ヒット
[101-200件を表示]
(0.085秒)
ライブラリ
- ビルトイン (609)
- bigdecimal (72)
- csv (36)
- drb (12)
-
drb
/ timeridconv (12) - fiddle (120)
-
fiddle
/ import (24) - ipaddr (12)
-
irb
/ context (24) - matrix (24)
- openssl (72)
-
rubygems
/ dependency _ installer (12) -
shell
/ filter (6) - socket (12)
- zlib (12)
クラス
-
ARGF
. class (36) - Addrinfo (12)
- Array (69)
- BasicObject (12)
- BigDecimal (72)
- CSV (36)
- Complex (12)
-
DRb
:: DRbIdConv (12) -
DRb
:: TimerIdConv (12) -
Fiddle
:: CStruct (12) -
Fiddle
:: Closure (12) -
Fiddle
:: Function (24) -
Fiddle
:: Handle (12) -
Fiddle
:: Pointer (72) - File (12)
- Float (24)
-
Gem
:: DependencyInstaller (12) - Hash (72)
- IO (36)
- IPAddr (12)
-
IRB
:: Context (24) - Integer (48)
- Matrix (12)
- NilClass (12)
- Numeric (12)
- Object (24)
-
OpenSSL
:: BN (24) -
OpenSSL
:: PKey :: EC :: Point (12) -
OpenSSL
:: SSL :: SSLServer (12) -
OpenSSL
:: SSL :: SSLSocket (12) -
Process
:: Status (60) - Rational (36)
-
Shell
:: Filter (6) - String (60)
- Symbol (12)
- Time (36)
- Vector (12)
-
Zlib
:: GzipFile (12)
モジュール
- Enumerable (48)
-
Fiddle
:: Importer (12)
キーワード
- % (12)
- & (12)
- +@ (12)
- -@ (12)
- == (12)
- >> (12)
- abs (12)
-
auto
_ indent _ mode (12) -
auto
_ indent _ mode= (12) - call (12)
-
delete
_ if (24) -
elements
_ to _ i (24) - fileno (36)
- flock (12)
- floor (12)
-
gems
_ to _ install (12) - hex (12)
-
ipv6
_ to _ ipv4 (12) -
max
_ by (48) -
method
_ missing (12) - modulo (12)
- oct (12)
- pack (21)
- ptr (12)
- ref (12)
- reject (24)
- reject! (24)
- remainder (12)
-
set
_ to _ infinity! (12) - sort (24)
- sort! (24)
- struct (12)
-
to
_ bn (12) -
to
_ f (36) -
to
_ id (24) -
to
_ int (72) -
to
_ io (84) -
to
_ proc (12) -
to
_ s (12) - truncate (24)
-
tv
_ sec (12) - unpack (12)
- | (6)
検索結果
先頭5件
-
Fiddle
:: CStruct # to _ i -> Integer (18102.0) -
保持している構造体の先頭アドレスを整数で返します。
保持している構造体の先頭アドレスを整数で返します。 -
Fiddle
:: Closure # to _ i -> Integer (18102.0) -
C の関数ポインタのアドレスを返します。
C の関数ポインタのアドレスを返します。 -
Fiddle
:: Function # to _ i -> Integer (18102.0) -
関数ポインタのアドレスを整数で返します。
関数ポインタのアドレスを整数で返します。
@see Fiddle::Function#ptr -
Fiddle
:: Handle # to _ i -> Integer (18102.0) -
自身が表すハンドル(dlopen(3) が返したもの)のアドレスを返します。
自身が表すハンドル(dlopen(3) が返したもの)のアドレスを返します。 -
Fiddle
:: Pointer # to _ i -> Integer (18102.0) -
自身が指すアドレスを整数で返します。
自身が指すアドレスを整数で返します。 -
Float
# to _ i -> Integer (18102.0) -
小数点以下を切り捨てて値を整数に変換します。
小数点以下を切り捨てて値を整数に変換します。
//emlist[例][ruby]{
2.8.truncate # => 2
(-2.8).truncate # => -2
//}
@see Numeric#round, Numeric#ceil, Numeric#floor小数点以下を切り捨てて値を整数に変換します。
@param ndigits 10進数での小数点以下の有効桁数を整数で指定します。
正の整数を指定した場合、Float を返します。
小数点以下を、最大 n 桁にします。
負の整数を指定した場合、Integer を返します。
小数点位置から左に少なくとも n 個の 0 が並びます。
//emlist[例][ruby]{
2.8.truncate # => 2
(-2.8).truncate ... -
OpenSSL
:: BN # to _ i -> Integer (18102.0) -
自身を Integer のインスタンスに変換します。
自身を Integer のインスタンスに変換します。
@raise OpenSSL::BNError 変換に失敗した場合に発生します -
Process
:: Status # to _ i -> Integer (18102.0) -
C 言語での終了ステータス表現の整数を返します。
C 言語での終了ステータス表現の整数を返します。
多くのシステムの実装では、この値の上位 8 bit に exit(2)
に渡した終了ステータスが、下位 8 bit にシグナル等で終了した等の情
報が入っています。 -
CSV
# to _ i -> Integer (15118.0) -
IO#fileno, IO#to_i に委譲します。
...IO#fileno, IO#to_i に委譲します。...