Int24.BitwiseOr(Int24, Int24) Operator
Returns logical bitwise OR of values.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b
public static Int24 operator |(
Int24 value1,
Int24 value2
)
Public Shared Operator Or (
value1 As Int24,
value2 As Int24
) As Int24
public:
static Int24 operator |(
Int24 value1,
Int24 value2
)
JavaScript does not support overloaded operators.
- value1 Int24
- Left hand operand.
- value2 Int24
- Right hand operand.
Int24Int24 as result of operation.