Table of Contents

Property this

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

this[int, int]

Gets or sets the value at the specified coordinates.

public float this[int x, int y] { get; set; }

Parameters

x int

The x-coordinate of the matrix.

y int

The y-coordinate of the matrix.

Property Value

float