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は 。

実装

適用対象