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

Definition

Determines if a value is infinite.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to