Click or drag to resize

FixedBitArray3IndexOf Method

Returns the index of the first occurrence of the specified value.

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

Parameters

value  Boolean
The value to search for.

Return Value

Int32
The zero-based index of the first occurrence, or -1 if not found.
See Also