SByte.INumberBase<SByte>.IsInfinity(SByte) Metoda

Definicja

Określa, czy wartość jest nieskończona.

 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

Parametry

value
SByte

Wartość do sprawdzenia.

Zwraca

true jeśli value wartość jest nieskończona; w przeciwnym razie wartość false.

Implementuje

Dotyczy