バージョン

Max(ComplexMatrix) メソッド

ComplexMatrixx の最大要素を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Max( _
   ByVal x As ComplexMatrix _
) As Complex
public static Complex Max( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

x の最大要素を返します。
例外
例外解説
System.ArithmeticExceptionx が空の場合に発生します。
参照