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

Definition

Determines if a value is negative infinity.

 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

Parameters

value
SByte

The value to be checked.

Returns

true if value is negative infinity; otherwise, false.

Implements

Applies to