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

定義

値が複素数を表すかどうかを判断します。

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

パラメーター

value
UIntPtr

unativeint

チェックする値。

戻り値

true が複素数の場合 value は 。それ以外の場合 falseは 。

実装

適用対象