| Matrix4Item Property (Int32) | 
 
            Gets or sets the row of the current instance of 
Matrix4 at the specified index.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic Vector4 this[
	int index
] { get; set; }Parameters
- index
- Type: SystemInt32
 The index of the row to access.
Property Value
Type: 
Vector4The value of the corresponding row of 
Vector4 format, depending on the index.
Return Value
Type: 
Vector4The value of the row of 
Vector4 format at the specified index.
 Exceptions
Exceptions See Also
See Also