Click or drag to resize

BitsCompareBits Method

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

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public static bool CompareBits(
	byte[] sourceA,
	int sourceABitIndex,
	byte[] sourceB,
	int sourceBBitIndex,
	int numBits
)

Parameters

sourceA
Type: SystemByte

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

sourceABitIndex
Type: SystemInt32

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

sourceB
Type: SystemByte

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

sourceBBitIndex
Type: SystemInt32

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

numBits
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also