Byte.INumberBase<Byte>.IsInteger(Byte) メソッド

定義

値が整数を表すかどうかを判断します。

 static bool System.Numerics.INumberBase<System.Byte>.IsInteger(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsInteger;
static bool INumberBase<byte>.IsInteger (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsInteger : byte -> bool
 Shared Function IsInteger (value As Byte) As Boolean Implements INumberBase(Of Byte).IsInteger

パラメーター

value
Byte

チェックする値。

戻り値

true が整数の場合 value は 。それ以外の場合 falseは 。

実装

適用対象