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

Definition

Determines if a value is negative infinity.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is negative infinity; otherwise, false.

Implements

Applies to