Printing floats to the Serial port

OK. I will attempt that but is this conversion from an array of characters to a float array legal:

float_arguments[index][count] = (float) arguments[index][count];

with them declared as:

char arguments[13][11];
float float_arguments[13][11];