バージョン

IsInt(Matrix) メソッド

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

パラメータ

x
Matrix

戻り値の型

x[i] が整数値の場合 y[i] = True である BooleanMatrix y。そうでない場合は False を返します。
参照