バージョン

Min(ComplexVector) メソッド

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

パラメータ

x
ComplexVector。

戻り値の型

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