A.floatTsquare=session.getFloatAttribute("Tsquare");
B.floatTsquare=(Float)session.getAttribute("Tsquare");
C.floatTsquare=(float)session.getNumericAttribute("Tsquare");
D.floatTsquare=((Float)session.getAttribute.("Tsquare")).floatValue();
E.floatTsquare=((Float)session.getFloatAttribute.("Tsquare")).floatValue;