Gets or sets the component at the specified index.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Single
public float Item(
int
) {get; set;}
Parameters
- index
- The zero-based index of the component to access.
Property Value
The value of the matrix component, depending on the index.The value of the component at the specified index.