INumberBase<TSelf>.IsPositiveInfinity(TSelf) Metod

Definition

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

public:
 static bool IsPositiveInfinity(TSelf value);
public static abstract bool IsPositiveInfinity(TSelf value);
static member IsPositiveInfinity : 'Self -> bool
Public Shared Function IsPositiveInfinity (value As TSelf) As Boolean

Parametrar

value
TSelf

Det värde som ska kontrolleras.

Returer

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

Gäller för