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

定義

判斷值是否代表純虛數。

 static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsImaginaryNumber;
static bool INumberBase<NFloat>.IsImaginaryNumber (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber : System.Runtime.InteropServices.NFloat -> bool
 Shared Function IsImaginaryNumber (value As NFloat) As Boolean Implements INumberBase(Of NFloat).IsImaginaryNumber

參數

value
NFloat

要檢查的值。

傳回

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

實作

適用於