INumberBase<TSelf>.IsNegativeInfinity(TSelf) 方法

定義

判斷值是否為負無限大。

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

參數

value
TSelf

要檢查的值。

傳回

true 如果 value 為負無限大,則為 ,否則為 false

適用於