バージョン

IsInt(Vector) メソッド

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

パラメータ

x
Vector

戻り値の型

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