Decimal.INumberBase<Decimal>.IsNegativeInfinity(Decimal) 方法

定義

判斷值是否為負無限大。

 static bool System.Numerics.INumberBase<System.Decimal>.IsNegativeInfinity(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsNegativeInfinity;
static bool INumberBase<decimal>.IsNegativeInfinity (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsNegativeInfinity : decimal -> bool
 Shared Function IsNegativeInfinity (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsNegativeInfinity

參數

value
Decimal

要檢查的值。

傳回

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

實作

適用於