IBitwiseOperators<TSelf,TOther,TResult>.BitwiseOr(TSelf, TOther) Operatör

Tanım

bit düzeyinde veya iki değeri hesaplar.

public:
 static TResult operator |(TSelf left, TOther right);
public static abstract TResult operator | (TSelf left, TOther right);
static member ( ||| ) : 'Self * 'Other -> 'Result
Public Shared Operator Or (left As TSelf, right As TOther) As TResult

Parametreler

left
TSelf

ile rightdeğerior.

right
TOther

ile leftdeğerior.

Döndürülenler

TResult

bit düzeyinde veya left ve right.

Şunlara uygulanır