İmzası şöyle
public static long round(double a)Açıklaması şöyle
Returns the closest long to the argument, with ties rounding to positive infinity.
Örnek
double alıp long dönen overload için şöyle yaparız.double _number = ...;
long rd = Math.round (number);
Hiç yorum yok:
Yorum Gönder