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

定義

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

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

パラメーター

value
Single

チェックする値。

戻り値

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

実装

適用対象