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

Definitie

Bepaalt of een waarde normaal is.

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

Parameters

value
Byte

De waarde die moet worden gecontroleerd.

Retouren

trueindien value normaal, anders. false

Implementeringen

Van toepassing op