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

定義

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

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

パラメーター

value
UInt16

チェックする値。

戻り値

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

実装

適用対象