Gets or sets the component at the specified index.
public System.float Item(
System.int
) {get; set;}
'宣言
Public Overloads Property Item( _
ByVal As System.Integer _
) As System.Single
パラメータ
- index
- The zero-based index of the component to access.
プロパティ値
The value of the matrix component, depending on the index.The value of the component at the specified index.