Click or drag to resize

FixedArray3TIndexOf Method

Gets the index of the specified value.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	T value
)

Parameters

value  T
The value to locate.

Return Value

Int32
The zero-based index of the value, or -1 if it is not found.
See Also