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

Definition

Determines if a value is negative.

 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

Parameters

value
UInt16

The value to be checked.

Returns

true if value is negative; otherwise, false.

Implements

Applies to