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

Definition

Determines if a value is negative infinity.

 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

Parameters

value
Byte

The value to be checked.

Returns

true if value is negative infinity; otherwise, false.

Implements

Applies to