Show / Hide Table of Contents

Operator OnesComplement

| Improve this Doc View Source

OnesComplement(_Int32)

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

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

A _Int32 object.

Returns
Type Description
_Int32

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

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