Byte.INumberBase<Byte>.IsNegative(Byte) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値が負の値かどうかを判断します。
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。