Byte.IUnaryNegationOperators<Byte,Byte>.CheckedUnaryNegation 演算子

定義

値のチェックされた単項否定を計算します。

 static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_CheckedUnaryNegation;
static byte IUnaryNegationOperators<byte,byte>.op_CheckedUnaryNegation (byte value);
static member System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation : byte -> byte
 Shared op_CheckedUnaryNegation (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_CheckedUnaryNegation

パラメーター

value
Byte

単項否定を計算する値。

戻り値

の単項否定 value

実装

適用対象