UInt16.INumberBase<UInt16>.IsNegativeInfinity(UInt16) Método

Definição

Determina se um valor é infinito negativo.

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

Parâmetros

value
UInt16

O valor a ser verificado.

Retornos

true se value for infinito negativo; caso contrário, false.

Implementações

Aplica-se a