Click or drag to resize

FixedArray3TItem Property

Gets or sets the element at the specified zero-based index.

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

Parameters

index  Int32
The element index in the range 0 to 2.

Return Value

T
The element stored at index.
See Also