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