Click or drag to resize

FixedBitArray3Clear(Boolean) Method

Clears all bits matching the specified value.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Clear(
	bool value
)

Parameters

value  Boolean
The bit value to clear.
See Also