'宣言 Public Overloads Shared Function Max( _ ByVal x As ComplexMatrix, _ ByVal N As Integer _ ) As ComplexMatrix
public static ComplexMatrix Max( ComplexMatrix x, int N )
例外 | 解説 |
---|---|
System.ArithmeticException | x が空の場合に発生します。 |
System.ArgumentException | N が 1 未満の場合に発生します。 |