Show / Hide Table of Contents

Operator BitwiseOr

| Improve this Doc View Source

BitwiseOr(_Int16Enum<T>, _Int16Enum<T>)

Computes the bitwise OR 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