バージョン

Compare メソッド

Complex 数を他の複素数 z と比較します。
シンタックス
'宣言
 
Public Function Compare( _
   ByVal z As Complex _
) As Integer
public int Compare( 
   Complex z
)

パラメータ

z
複素数。

戻り値の型

z 以下の場合 -1 を返します。z と等しい場合 0 を返します。z 以上の場合 1 を返します。
参照