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は 。

実装

適用対象