Mine
public text v1 · immutable public decimal LeerAforador(int id_surt, int manguera)
{
int integerPart = 1;
int decimalPart = 2;
return (parteEntera + (parteDecimal * 0.01));
}