Complex.IsPositiveInfinity(Complex) Metod

Definition

Avgör om ett värde är positiv oändlighet.

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

Parametrar

value
Complex

Det värde som ska kontrolleras.

Returer

true om value är positiv oändlighet; annars, false.

Implementeringar

Gäller för