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

定義

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

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

パラメーター

value
UInt32

チェックする値。

戻り値

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

実装

適用対象