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

實作

適用於