UInt32.INumberBase<UInt32>.IsInfinity(UInt32) メソッド

定義

値が無限であるかどうかを判断します。

 static bool System.Numerics.INumberBase<System.UInt32>.IsInfinity(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsInfinity;
static bool INumberBase<uint>.IsInfinity (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsInfinity : uint32 -> bool
 Shared Function IsInfinity (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsInfinity

パラメーター

value
UInt32

チェックする値。

戻り値

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

実装

適用対象