Show / Hide Table of Contents

Operator BitwiseAnd

| Improve this Doc View Source

BitwiseAnd(_Int64Enum<T>, _Int64Enum<T>)

Computes the bitwise AND of its _Int64Enum<T> operands.

Declaration
public static _Int64Enum<T> operator &(_Int64Enum<T> x, _Int64Enum<T> y)
Parameters
Type Name Description
_Int64Enum<T> x

A _Int64Enum<T> object.

_Int64Enum<T> y

A _Int64Enum<T> object.

Returns
Type Description
_Int64Enum<T>

A _Int64Enum<T> expression which contains the result.

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