SByte.INumberBase<SByte>.IsNaN(SByte) Metoda

Definicja

Określa, czy wartość to NaN.

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

Parametry

value
SByte

Wartość do sprawdzenia.

Zwraca

true if value is NaN; w przeciwnym razie false.

Implementuje

Dotyczy