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

定義

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

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

パラメーター

value
Half

チェックする値。

戻り値

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

実装

適用対象