Complex.IsInfinity(Complex) 메서드

정의

지정된 복소수가 무한대로 계산되는지를 나타내는 값을 반환합니다.

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

매개 변수

value
Complex

복소수입니다.

반환

실수 또는 허수 부분이 PositiveInfinity 또는 NegativeInfinity이면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상