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

Definition

Determines if a value is positive infinity.

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
 Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity

Parameters

value
UInt64

The value to be checked.

Returns

true if value is positive infinity; otherwise, false.

Implements

Applies to