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

Definition

Determines if a value is positive infinity.

 static bool System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsPositiveInfinity;
static bool INumberBase<ushort>.IsPositiveInfinity (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsPositiveInfinity : uint16 -> bool
 Shared Function IsPositiveInfinity (value As UShort) As Boolean Implements INumberBase(Of UShort).IsPositiveInfinity

Parameters

value
UInt16

The value to be checked.

Returns

true if value is positive infinity; otherwise, false.

Implements

Applies to