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

Tanım

Değerin sonsuz olup olmadığını belirler.

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

Parametreler

value
SByte

Denetlenecek değer.

Döndürülenler

true sonsuzsa value ; değilse, false.

Uygulamalar

Şunlara uygulanır