Byte.INumberBase<Byte>.IsNaN(Byte) 方法

定义

确定值是否为 NaN。

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

参数

value
Byte

要检查的值。

返回

true 如果 value 为 NaN,则为 ;否则为 false

实现

适用于