UInt32.INumberBase<UInt32>.IsComplexNumber(UInt32) 方法

定義

判斷值是否代表複數。

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

參數

value
UInt32

要檢查的值。

傳回

true 如果 value 是複數,則為 , false 否則為 。

實作

適用於