UIntPtr.INumberBase<UIntPtr>.IsImaginaryNumber(UIntPtr) 方法

定義

判斷值是否代表純虛數。

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

參數

value
UIntPtr

unativeint

要檢查的值。

傳回

true 如果 value 是純虛數,則為 ,否則為 false

實作

適用於