Show / Hide Table of Contents

Operator BitwiseAnd

| Improve this Doc View Source

BitwiseAnd(_Int16Enum<T>, _Int16Enum<T>)

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

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

A _Int16Enum<T> object.

_Int16Enum<T> y

A _Int16Enum<T> object.

Returns
Type Description
_Int16Enum<T>

A _Int16Enum<T> expression which contains the result.

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