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

Definition

Determines if a value is infinite.

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

Parameters

value
UInt16

The value to be checked.

Returns

true if value is infinite; otherwise, false.

Implements

Applies to