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

Definition

Determines if a value is normal.

 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

The value to be checked.

Returns

true if value is normal; otherwise, false.

Implements

Applies to