UInt32.INumberBase<UInt32>.IsPositive(UInt32) Method
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.
static bool System.Numerics.INumberBase<System.UInt32>.IsPositive(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsPositive;
C#
static bool INumberBase<uint>.IsPositive(uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsPositive : uint32 -> bool
Shared Function IsPositive (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsPositive
- value
- UInt32
The value to be checked.
true
if value
is positive; otherwise, false
.
Product | Versies |
---|---|
.NET | 7, 8, 9, 10 |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
.NET-feedback
.NET is een open source project. Selecteer een koppeling om feedback te geven: