Operator BitwiseOr
BitwiseOr(Nullable<BigRational.Integer>, BigRational.Integer)
Performs a bitwise Or operation on two BigRational.Integer values.
Declaration
public static BigRational.Integer operator |(Nullable<BigRational.Integer> a, BigRational.Integer b)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<BigRational.Integer> | a | Left value. |
| BigRational.Integer | b | Right value. |
Returns
| Type | Description |
|---|---|
| BigRational.Integer | The result of the bitwise Or operation. |