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

実装

適用対象