Compartir a través de


Matrix3d.Item[] Propiedad

Definición

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 de propiedad

Se aplica 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 de propiedad

Se aplica a