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

Tanım

Bir değerin sonsuz olup olmadığını belirler.

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

Parametreler

value
Byte

Denetlenecek değer.

Döndürülenler

true sonsuzsa value ; değilse, false.

Uygulamalar

Şunlara uygulanır