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

Tanım

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

 static bool System.Numerics.INumberBase<System.Byte>.IsFinite(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsFinite;
static bool INumberBase<byte>.IsFinite (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsFinite : byte -> bool
 Shared Function IsFinite (value As Byte) As Boolean Implements INumberBase(Of Byte).IsFinite

Parametreler

value
Byte

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır