Show / Hide Table of Contents

Operator BitwiseAnd

| Improve this Doc View Source

BitwiseAnd(_ByteEnum<T>, _ByteEnum<T>)

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

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

A _ByteEnum<T> object.

_ByteEnum<T> y

A _ByteEnum<T> object.

Returns
Type Description
_ByteEnum<T>

A _ByteEnum<T> expression which contains the result.

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