Char.INumberBase<Char>.IsPositiveInfinity(Char) Yöntem

Tanım

Bir değerin pozitif sonsuz olup olmadığını belirler.

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

Parametreler

value
Char

Denetlenecek değer.

Döndürülenler

true pozitif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır