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

実装

適用対象