Char.INumberBase<Char>.IsInfinity(Char) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.