Click or drag to resize

BitsBAnd(Int64, Int64) Method

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


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

Parameters

a  Int64

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

b  Int64

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

Return Value

Int64

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

See Also