<!DOCTYPE html>
<html>
<body>

<%

response.write(CByte(0) & "<br>")
response.write(CByte(56.8) & "<br>")
response.write(CByte(123.2) & "<br>")
response.write(CByte(255) & "<br>")

%>
 

</body>
</html>