Aracılığıyla paylaş


UInt16.INumberBase<UInt16>.IsPositive(UInt16) Yöntem

Tanım

Bir değerin pozitif olup olmadığını belirler.

 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

Parametreler

value
UInt16

Denetlenecek değer.

Döndürülenler

true pozitifse value ; değilse, false.

Uygulamalar

Şunlara uygulanır