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

定義

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

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

パラメーター

value
UIntPtr

unativeint

チェックする値。

戻り値

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

実装

適用対象