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

Definition

Determines if a value is 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

Parameters

value
SByte

The value to be checked.

Returns

true if value is NaN; otherwise, false.

Implements

Applies to