Compartilhar via


Matrix3d.Item[] Propriedade

Definição

Sobrecargas

Item[Int32]
Item[Int32, Int32]

Item[Int32]

public double this[int index] { get; set; }
member this.Item(int) : double with get, set

Parâmetros

index
Int32

Valor da propriedade

Aplica-se a

Item[Int32, Int32]

public double this[int row, int column] { get; set; }
member this.Item(int * int) : double with get, set

Parâmetros

row
Int32
column
Int32

Valor da propriedade

Aplica-se a