SByte.INumberBase<SByte>.IsNegativeInfinity(SByte) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan apakah nilai adalah tak terbatas negatif.
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
Parameter
- value
- SByte
Nilai yang akan diperiksa.
Mengembalikan
true jika value adalah infinity negatif; jika tidak, false.