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

Definice

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

 static bool System.Numerics.INumberBase<System.UInt64>.IsFinite(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsFinite;
static bool INumberBase<ulong>.IsFinite (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsFinite : uint64 -> bool
 Shared Function IsFinite (value As ULong) As Boolean Implements INumberBase(Of ULong).IsFinite

Parametry

value
UInt64

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je konečný; v opačném případě . false

Implementuje

Platí pro