UInt32.INumberBase<UInt32>.IsFinite(UInt32) Metoda

Definice

Určuje, zda je hodnota konečná.

 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

Parametry

value
UInt32

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je konečný, jinak hodnota false.

Implementuje

Platí pro