i need return int method, method uses longs declared earlier in script. can explain how can use autoboxing return int method? @ appreciated.
like this
return (int) somelong; i need return int method, method uses longs declared earlier in script. can explain how can use autoboxing return int method? @ appreciated.
like this
return (int) somelong;
Comments
Post a Comment