Click or drag to resize

FixedArray3TGetEnumerator Method

Returns an enumerator that iterates over the three elements.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

IEnumeratorT
An enumerator for the elements of the array.

Implements

IEnumerableTGetEnumerator
See Also