Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) 演算子

定義

値の単項否定を計算します。

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

パラメーター

value
Byte

単項否定を計算する値。

戻り値

の単項否定 value

実装

適用対象