Click or drag to resize

BitsReadBit Delegate

[Missing <summary> documentation for "T:Demo3D.Utilities.Bits.ReadBit"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntax
C#
public delegate bool ReadBit(
	int wordIndex,
	int bitIndex
)

Parameters

wordIndex
Type: SystemInt32
bitIndex
Type: SystemInt32

Return Value

Type: Boolean
See Also