FixedArray3TItem Property |
Gets or sets the element at the specified zero-based index.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
int index
] { get; set; }Parameters
- index Int32
- The element index in the range 0 to 2.
Return Value
TThe element stored at
index.
See Also