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

Tanım

Bir değerin sınırlı olup olmadığını belirler.

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

Parametreler

value
UInt16

Denetlenecek değer.

Döndürülenler

true sınırlıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır