'宣言 Public Overloads Shared Function SumIf( _ ByVal x As ComplexVector, _ ByVal comparison As BooleanVector _ ) As Complex
public static Complex SumIf( ComplexVector x, BooleanVector comparison )
例外 | 解説 |
---|---|
System.ArithmeticException | 比較で x の長さと異なる場合に発生します。 |
System.ArithmeticException | 比較で x の方向と異なる場合に発生します。 |