Byte.IBitwiseOperators<Byte,Byte,Byte>.OnesComplement(Byte) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirli bir değerin bireyi tamamlayan gösterimini hesaplar.
static System::Byte System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.operator ~(System::Byte value) = System::Numerics::IBitwiseOperators<System::Byte, System::Byte, System::Byte>::op_OnesComplement;
static byte IBitwiseOperators<byte,byte,byte>.operator ~(byte value);
static member System.Numerics.IBitwiseOperators<System.Byte,System.Byte,System.Byte>.op_OnesComplement : byte -> byte
Shared Operator Not (value As Byte) As Byte Implements IBitwiseOperators(Of Byte, Byte, Byte).op_OnesComplement
Parametreler
- value
- Byte
ones-complement değerinin hesaplandığı değer.
Döndürülenler
öğesinin bire bir tamamlayıcısı value.