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

定義

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

 static bool System.Numerics.INumberBase<System.Decimal>.IsInfinity(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsInfinity;
static bool INumberBase<decimal>.IsInfinity (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsInfinity : decimal -> bool
 Shared Function IsInfinity (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsInfinity

パラメーター

value
Decimal

チェックする値。

戻り値

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

実装

適用対象