hi experts,
i am facing trouble with float data types.
when i try to parse a value to float it gives me diffrent value.
e.g float test = (float.Parse("1 49.128156"));
gives me test=149.128159
i am very fed up of this.. pls help me out ...
i want the exact values of what i gave as input.
thanks in advance
i am facing trouble with float data types.
when i try to parse a value to float it gives me diffrent value.
e.g float test = (float.Parse("1 49.128156"));
gives me test=149.128159
i am very fed up of this.. pls help me out ...
i want the exact values of what i gave as input.
thanks in advance
Comment