P_Rhino_Geometry_Matrix_Item - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix.Item Property

Gets or sets the matrix value at the given row and column indixes.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double this[
	int row,
	int column
] { get; set; }

VB

Public Default Property Item ( 
	row As Integer,
	column As Integer
) As Double
	Get
	Set

Parameters

 

row
Type: System.Int32
Index of row to access.
column
Type: System.Int32
Index of column to access.

Property Value

Type: Double
The new value at [row, column].

Return Value

Type: Double
The value at [row, column].

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️