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

Definition

Avgör om ett värde är begränsat.

 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

Parametrar

value
UInt32

Det värde som ska kontrolleras.

Returer

true if value is finite;wise, false.

Implementeringar

Gäller för