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

定義

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

 static bool System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity(long value) = System::Numerics::INumberBase<long>::IsNegativeInfinity;
static bool INumberBase<long>.IsNegativeInfinity (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity : int64 -> bool
 Shared Function IsNegativeInfinity (value As Long) As Boolean Implements INumberBase(Of Long).IsNegativeInfinity

パラメーター

value
Int64

チェックする値。

戻り値

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

実装

適用対象