るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.120秒)
トップページ > クエリ:n[x] > クエリ:==[x] > クエリ:rectangular[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. pop n_mails
  3. pop3 n_mails
  4. openssl n
  5. openssl n=

ライブラリ

クラス

検索結果

Matrix#rectangular -> [Matrix, Matrix] (18207.0)

行列を実部と虚部に分解したものを返します。

...行列を実部と虚部に分解したものを返します。


//emlist[例][ruby]{
m.rect == [m.real, m.imag] # ==> true for all matrices m
//}

@see Matrix#imaginary, Matrix#real...

Numeric (6060.0)

数値を表す抽象クラスです。Integer や Float などの数値クラス は Numeric のサブクラスとして実装されています。

...数値を表す抽象クラスです。Integer や Float などの数値クラス
Numeric のサブクラスとして実装されています。

演算や比較を行うメソッド(+, -, *, /, <=>)は Numeric のサブクラスで定義されま
す。Numeric で定義されているメソッ...
...します。

効率のため Numeric のメソッドと同じメソッドがサブクラスで再定義されている場合があります。

N
umeric#coerce メソッドを使うことによって異なる数値クラス間で演算を行うこともできます。

==
= 数値関連のメソッ...
...o
rectangular
| o - - - - - o
remainder | o - - o - - -
round | o o - - o o -
sin...
...- o
N
umeric Integer Float Rational Complex
--------------------------------------------------------------------------------
rectangular
| o - - - o
remainder | o...