Click or drag to resize

FixedBitArray3Item Property

Gets or sets the bit at the specified index.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based bit index.

Property Value

Boolean
See Also