Matrix2FItem(Int32) Property |
Gets or sets the row of the current instance of
Matrix2F at the specified index.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2F this[
int index
] { get; set; }Parameters
- index Int32
- The index of the row to access.
Property Value
Vector2FThe value of the corresponding row of
Vector2F format, depending on the index.
Return Value
Vector2FThe value of the row of
Vector2F format at the specified index.
Exceptions
See Also