Byte.INumberBase<Byte>.IsPositiveInfinity(Byte) Methode

Definitie

Bepaalt of een waarde positief oneindig is.

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

Parameters

value
Byte

De waarde die moet worden gecontroleerd.

Retouren

trueals value positief oneindigheid is, anders. false

Implementeringen

Van toepassing op