BitwiseOr
Performs a bitwise OR of two Int64 values.
Public Function BitwiseOr(
ByRef a As Int64,
ByRef b As Int64 ) As Int64
Parameters
- a
-
[ByRef]
Int64.
The first value of the OR operation.
- b
-
[ByRef]
Int64.
The second value of the OR operation.
Return Values
Int64 - A new Int64 value containing the performed bitwise operation.
Inlcude
"..\DocIncludes\Int64Static.BitwiseOr.html"
See Also
Project CorLib Overview
Class Int64Static Overview
BitwiseAnd
BitwiseNot
BitwiseXor