FixedBitArray3IndexOf Method |
Returns the index of the first occurrence of the specified value.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
bool value
)
Parameters
- value Boolean
- The value to search for.
Return Value
Int32The zero-based index of the first occurrence, or
-1 if not found.
See Also