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

Tanım

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

 static bool System.Numerics.INumberBase<System.UInt32>.IsFinite(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsFinite;
static bool INumberBase<uint>.IsFinite (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsFinite : uint32 -> bool
 Shared Function IsFinite (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsFinite

Parametreler

value
UInt32

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır