FixedArray3TIndexOf Method |
Gets the index of the specified value.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
T value
)
Parameters
- value T
- The value to locate.
Return Value
Int32The zero-based index of the value, or
-1 if it is not found.
See Also