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

定義

値が負かどうかを判断します。

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

パラメーター

value
UIntPtr

unativeint

チェックする値。

戻り値

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

実装

適用対象