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

定義

値が純粋な虚数を表すかどうかを判断します。

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

パラメーター

value
Decimal

チェックする値。

戻り値

true が純粋な虚数の場合 value は 。それ以外の場合 falseは 。

実装

適用対象