FixedBitArray3Item Property |
Gets or sets the bit at the specified index.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool this[
int index
] { get; set; }Parameters
- index Int32
- The zero-based bit index.
Property Value
Boolean
See Also