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

Tanım

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

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

Parametreler

value
TSelf

Denetlenecek değer.

Döndürülenler

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

Şunlara uygulanır