Click or drag to resize

BitsBOr Method (Int32, Int32)

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

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

Parameters

a
Type: SystemInt32

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

b
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also