るりまサーチ

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

別のキーワード

  1. matrix imag
  2. _builtin imag
  3. numeric imag
  4. complex imag
  5. imag

検索結果

<< < 1 2 3 4 5 ... > >>

RSS::ImageItemModel::ImageItem#width (9017.0)

@todo

...@todo...

RSS::ImageItemModel::ImageItem#width= (9017.0)

@todo

...@todo...

Numeric#imaginary -> 0 (6138.0)

常に 0 を返します。

...常に 0 を返します。

//emlist[例][ruby]{
12.imag # => 0
-12.imag # => 0
1.2.imag # => 0
-1.2.imag # => 0
//}

Numeric のサブクラスは、このメソッドを適切に再定義しなければなりません。

@
see Numeric#real、Complex#imag...

CGI::HtmlExtension#image_button(src = "", name = nil, alt = nil) -> String (6120.0)

タイプが image の input 要素を生成します。

...タイプが image の input 要素を生成します。

@
param src src 属性の値を指定します。

@
param name name 属性の値を指定します。

@
param alt alt 属性の値を指定します。

例:
imag
e_button("url")
# <INPUT TYPE="image" SRC="url">

imag
e_button("url", "na...
...me", "string")
# <INPUT TYPE="image" SRC="url" NAME="name" ALT="string">...

Complex#imaginary -> Numeric (6120.0)

自身の虚部を返します。

...自身の虚部を返します。

//emlist[例][ruby]{
Complex(3, 2).imag # => 2
//}

@
see Numeric#imag...

絞り込み条件を変える

RSS::Maker::RSSBase#image (6117.0)

@todo image要素を生成するオブジェクトを返します.

...@todo
imag
e要素を生成するオブジェクトを返します....

RSS::RDF#image (6117.0)

@todo

...@todo...

RSS::RDF#image= (6117.0)

@todo

...@todo...

RSS::RDF::Channel#image (6117.0)

@todo

...@todo...
<< < 1 2 3 4 5 ... > >>