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

Definition

Determines if a value is positive.

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

Parameters

value
UInt16

The value to be checked.

Returns

true if value is positive; otherwise, false.

Implements

Applies to