Click or drag to resize

BitsWriteBit Delegate

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

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

Parameters

wordIndex
Type: SystemInt32
bitIndex
Type: SystemInt32
value
Type: SystemBoolean
See Also