バージョン

MatrixProduct(Vector,Vector) メソッド

2 つの Vector インスタンスの積を返します。
シンタックス
'宣言
 
Public Overloads Shared Function MatrixProduct( _
   ByVal x1 As Vector, _
   ByVal x2 As Vector _
) As Matrix
public static Matrix MatrixProduct( 
   Vector x1,
   Vector x2
)

パラメータ

x1
最初のベクトル。
x2
2番目のベクトル。

戻り値の型

2 つの Vector の積。
例外
例外解説
System.ArithmeticException x1 の 2 番目の次元が x2 の最初の次元とサイズが異なる場合に発生します。
参照