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

实现

适用于