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

定義

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

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

パラメーター

value
IntPtr

nativeint

チェックする値。

戻り値

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

実装

適用対象