Int16.INumberBase<Int16>.IsInteger(Int16) Yöntem

Tanım

Bir değerin tam sayı olup olmadığını belirler.

 static bool System.Numerics.INumberBase<System.Int16>.IsInteger(short value) = System::Numerics::INumberBase<short>::IsInteger;
static bool INumberBase<short>.IsInteger (short value);
static member System.Numerics.INumberBase<System.Int16>.IsInteger : int16 -> bool
 Shared Function IsInteger (value As Short) As Boolean Implements INumberBase(Of Short).IsInteger

Parametreler

value
Int16

Denetlenecek değer.

Döndürülenler

true bir tamsayıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır