SByte.INumberBase<SByte>.IsNormal(SByte) Metodo

Definizione

Determina se un valore è normale.

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

Parametri

value
SByte

Valore da controllare.

Restituisce

true se è normale; in caso value contrario, false.

Implementazioni

Si applica a