SByte.INumberBase<SByte>.IsNegativeInfinity(SByte) メソッド

定義

値が負の無限大かどうかを判断します。

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

パラメーター

value
SByte

チェックする値。

戻り値

true が負の無限大の場合 value は 。それ以外の場合 falseは 。

実装

適用対象