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

Definizione

Determina se un valore è infinito.

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

Parametri

value
SByte

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a