Byte.INumberBase<Byte>.IsNegativeInfinity(Byte) Metoda

Definice

Určuje, jestli je hodnota záporná nekonečno.

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

Parametry

value
Byte

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je záporné nekonečno; v opačném případě . false

Implementuje

Platí pro