Click or drag to resize

BitsBOr(Int64, Int64) Method

[Missing <summary> documentation for "M:Demo3D.Utilities.Bits.BOr(System.Int64,System.Int64)"]


Namespace: Demo3D.Utilities
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static long BOr(
	long a,
	long b
)

Parameters

a  Int64

[Missing <param name="a"/> documentation for "M:Demo3D.Utilities.Bits.BOr(System.Int64,System.Int64)"]

b  Int64

[Missing <param name="b"/> documentation for "M:Demo3D.Utilities.Bits.BOr(System.Int64,System.Int64)"]

Return Value

Int64

[Missing <returns> documentation for "M:Demo3D.Utilities.Bits.BOr(System.Int64,System.Int64)"]

See Also