Char.INumberBase<Char>.IsPositiveInfinity(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 positive infinity.
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
- value
- Char
The value to be checked.
true
if value
is positive infinity; otherwise, false
.
Applies to
Product | Versies |
---|---|
.NET | 7, 8, 9, 10 |
.NET-feedback
.NET is een open source project. Selecteer een koppeling om feedback te geven: