INumberBase<TSelf>.IsPositiveInfinity(TSelf) Yöntem

Tanım

Bir değerin pozitif sonsuz olup olmadığını belirler.

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

Parametreler

value
TSelf

Denetlenecek değer.

Döndürülenler

true pozitif sonsuz ise value ; değilse, false.

Şunlara uygulanır