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

定義

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

 static bool System.Numerics.INumberBase<System.Int64>.IsInteger(long value) = System::Numerics::INumberBase<long>::IsInteger;
static bool INumberBase<long>.IsInteger(long value);
static member System.Numerics.INumberBase<System.Int64>.IsInteger : int64 -> bool
 Shared Function IsInteger (value As Long) As Boolean Implements INumberBase(Of Long).IsInteger

パラメーター

value
Int64

チェックする値。

返品

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

実装

適用対象