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

Definición

Determina si un valor es negativo.

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

Parámetros

value
UInt16

Valor que se va a comprobar.

Devoluciones

true es si value es negativo; de lo contrario, falsees .

Implementaciones

Se aplica a