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