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

定義

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

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

パラメーター

value
UInt128

チェックする値。

戻り値

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

実装

適用対象