Click or drag to resize

FixedBitArray3Contains Method

Determines whether the array contains the specified value.

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

Parameters

value  Boolean
The value to search for.

Return Value

Boolean
if the value exists; otherwise, .
See Also