toFloat method

double toFloat(
  1. int row,
  2. int col
)

Implementation

double toFloat( int row, int col ){
	return val( row, col ).toFloat();
}