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

定義

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

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

パラメーター

value
UIntPtr

unativeint

チェックする値。

戻り値

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

実装

適用対象