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

Tanım

Bir değerin negatif sonsuzluk olup olmadığını belirler.

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

Parametreler

value
SByte

Denetlenecek değer.

Döndürülenler

true negatif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır