UInt32.INumberBase<UInt32>.IsPositiveInfinity(UInt32) Method

Definition

Determines if a value is positive infinity.

 static bool System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsPositiveInfinity;
static bool INumberBase<uint>.IsPositiveInfinity (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity : uint32 -> bool
 Shared Function IsPositiveInfinity (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsPositiveInfinity

Parameters

value
UInt32

The value to be checked.

Returns

true if value is positive infinity; otherwise, false.

Implements

Applies to