Show / Hide Table of Contents

Operator OnesComplement

| Improve this Doc View Source

OnesComplement(_Byte)

Performs a bitwise one's complement operation on the specified _Byte.

Declaration
public static _Byte operator ~(_Byte x)
Parameters
Type Name Description
_Byte x

A _Byte object.

Returns
Type Description
_Byte

A _Byte expression that contains the results of the one's complement operation.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest