バージョン

IsPrime(Matrix) メソッド

x[i] が整数値の場合、y[i] = True である BooleanMatrix y を返します。
シンタックス
'宣言
 
Public Overloads Shared Function IsPrime( _
   ByVal x As Matrix _
) As BooleanMatrix
public static BooleanMatrix IsPrime( 
   Matrix x
)

パラメータ

x
Matrix

戻り値の型

x[i] が整数値の場合、y[i] = True である BooleanMatrix y を返します。
参照