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

Tanım

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

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

Parametreler

value
SByte

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır