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

定義

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

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

パラメーター

value
Byte

チェックする値。

返品

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

実装

適用対象