UInt64.INumberBase<UInt64>.IsNaN(UInt64) メソッド

定義

値が NaN かどうかを判断します。

 static bool System.Numerics.INumberBase<System.UInt64>.IsNaN(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsNaN;
static bool INumberBase<ulong>.IsNaN (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsNaN : uint64 -> bool
 Shared Function IsNaN (value As ULong) As Boolean Implements INumberBase(Of ULong).IsNaN

パラメーター

value
UInt64

チェックする値。

戻り値

true が NaN の場合 value は 。 falseそれ以外の場合は 。

実装

適用対象