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

定義

判斷值是否為負無限大。

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

參數

value
Char

要檢查的值。

傳回

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

實作

適用於