Show / Hide Table of Contents

Operator OnesComplement

| Improve this Doc View Source

OnesComplement(_Int64)

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

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

A _Int64 object.

Returns
Type Description
_Int64

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

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