public function GetHeights(xBase:
int,
yBase: int,
width: int,
height: int):
float[,];
public float[,] GetHeights(int xBase,
int yBase,
int width,
int height);
public
def GetHeights(xBase as int,
yBase as int,
width as int,
height as int)
as float[,]