Matrix2.Item[] Property

Definition

Overloads

Item[Int32]
Item[Int32, Int32]

Item[Int32]

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

Parameters

index
Int32

Property Value

Applies to

Item[Int32, Int32]

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

Parameters

row
Int32
column
Int32

Property Value

Applies to