バージョン

Random(Vector) メソッド

0 と 1 の間の均一の配分から得られる値の Matrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Random( _
   ByVal size As Vector _
) As Matrix
public static Matrix Random( 
   Vector size
)

パラメータ

size
サイズ Vector

戻り値の型

ランダムな値の Matrix。
例外
例外解説
System.ArgumentException 無効なサイズ Vector を発生します。
参照