FixedBitArray3Contains Method |
Determines whether the array contains the specified value.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
bool value
)
Parameters
- value Boolean
- The value to search for.
Return Value
Boolean if the value exists; otherwise,
.
See Also