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

定義

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

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

パラメーター

value
Decimal

チェックする値。

戻り値

true が正常な場合 value は 。それ以外の場合 falseは 。

実装

適用対象