Share via


IBitwiseOperators<TSelf,TOther,TResult>.BitwiseOr(TSelf, TOther) Operátor

Definice

Vypočítá bitové nebo dvě hodnoty.

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

Parametry

left
TSelf

Hodnota pro s orright.

right
TOther

Hodnota pro s orleft.

Návraty

TResult

Bitová hodnota nebo a leftright.

Platí pro