Most voted "decimal" questions
54 questions
Sort by count of
-
0
votes1
answer114
viewsHow to convert hexadecimal to decimal received by socket
I need to convert a hexadecimal entry in the client to decimal, but I couldn’t find information on how to do this. Example of socket server: byte[] HEXA = {(byte)0x00, (byte)0x96, (byte)0x07,…
-
0
votes0
answers63
viewsDecimal is not accepting decimals - ASP.NET MVC 5
I am doing a project in ASP.NET, but it started to give a problem, the field only accepts to receive integers, every time I put a decimal number, for example 20.10, it simply does not let me insert…
-
0
votes1
answer279
viewsSql Server - Time Conversion (HH:mm) to Decimal
Hello, I am working on a system that requires conversion of hours to decimal and is showing error conversion from HOUR (HH:mm) to decimal when total hours exceeds 23:59. For better understanding if…
-
-4
votes3
answers748
viewsURI 1021 gives 5% error
Read a floating point value to two decimal places. This value represents a monetary value. Then calculate the fewest possible banknotes and coins in which the value can be broken down. The banknotes…