Complex.IsPositiveInfinity(Complex) 方法

定義

判斷值是否為正無限大。

public:
 static bool IsPositiveInfinity(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsPositiveInfinity;
public static bool IsPositiveInfinity (System.Numerics.Complex value);
static member IsPositiveInfinity : System.Numerics.Complex -> bool
Public Shared Function IsPositiveInfinity (value As Complex) As Boolean

參數

value
Complex

要檢查的值。

傳回

true 如果 value 為正無限大,則為 ,否則為 false

實作

適用於