Examples of using
To the nearest integer
in English and their translations into Indonesian
{-}
Colloquial
Ecclesiastic
Computer
Ecclesiastic
Round(x) Rounds x to the nearest integer.
Round( x) pembulatan x ke bilangan bulat terdekat.
By default,positive numbers with decimal portions are rounded down to the nearest integer.
Secara default,angka positif dengan porsi desimal dibulatkan ke atas ke bilangan bulat terdekat.
Rounds 6.7 up to the nearest integer(7).
Membulatkan 6,7 ke atas ke bilangan bulat terdekat( 7).
By default, negative numbers with decimalportions are rounded up(toward 0) to the nearest integer.
Secara default, angka negatif dengan porsidesimal dibulatkan ke atas( menuju 0) ke bilangan bulat terdekat.
Rounds 6.7 down to the nearest integer(6).
Membulatkan 6,7 ke bawah ke bilangan bulat terdekat( 6).
In addition to the functions ceil there is still a function of floor("gender"),which rounds a number to the nearest integer.
Selain fungsi ceil masih ada fungsi floor(" jenis kelamin"),yang putaran angka ke integer terdekat.
As usual, rounded up to the nearest integer, i.e., 11.
Seperti biasa, dibulatkanke bilangan bulat terdekat, yaitu, 11.
By default,negative numbers with decimal portions are rounded away from 0 to the nearest integer.
Secara default, bilangan negatif dengan porsi desimal akan dibulatkan menjauh dari 0 ke bilangan bulat yang terdekat.
Rounds 24.3 up to the nearest integer that is a multiple of 5(25).
Membulatkan 24,3 ke atas ke bilangan bulat terdekat yang merupakan kelipatan 5( 25).
As in Perl to round a number to the nearest integer.
Seperti yang di Perl untuk membulatkan suatu bilanganke bilangan bulat terdekat.
Rounds a number down, to the nearest integer or to the nearest multiple of significance.
Membulatkan angka ke bawah, sampai bilangan bulat terdekat atau ke beberapa signifikansi terdekat..
The following example uses the round()method of the Math object to round a number to the nearest integer.
Contoh berikut menggunakan bulat()method dari objek Math untuk melengkapi nomor ke integer terdekat.
Rounds -8.1 up(toward 0) to the nearest integer that is a multiple of 2(-8).
Membulatkan- 8,1 ke atas( menuju 0) ke bilangan bulat terdekat yang merupakan kelipatan 2(- 8).
In addition to the functions floor there is still a function of ceil("ceiling"),which rounds a number to the nearest integer in a big way.
Selain fungsi floor masih ada fungsi ceil(" langit-langit"),yang putaran angka ke integer terdekat di jalan besar.
We can use ROUND to round off the unit_price to the nearest integer, if any product has prices in fraction.
Kita dapat menggunakan ROUND membulatkan unit_price ke integer terdekat, jika produk apapun memiliki harga di fraksi.
Function floor for negative numbers works the same way as for positive numbers-rounds the number to the nearest integer.
Fungsi floor untuk angka negatif bekerja dengan cara yang sama seperti untuk angka positif-putaran angka ke integer terdekat.
As in Perl to round a number to the nearest integer in a big way.
Seperti yang di Perl untuk membulatkan suatu bilanganke bilangan bulat terdekat di jalan besar.
The number of panels in series Nps is equal to the nominal voltage of the system divided by the voltage of a single panel,rounded up to the nearest integer.
Jumlah panel yang di seri Nps adalah sama dengan tegangan nominal sistem dibagi tegangan sebuah panel,yang dibulatkan ke atas ke bilangan bulat terdekat.
Contrary to ceil, the floor will do the rounding to the nearest integer value down of a number.
Berkebalikan dengan ceil, floor akan melakukan pembulatan ke nilai integer terdekat kebawah dari suatu bilangan.
Rounds -5.5 toward 0 to the nearest integer that is a multiple of 2, using a non-zero Mode, which reverses rounding direction(-4).
Membulatkan- 5,5 mendekati 0 ke bilangan bulat terdekat yang merupakan kelipatan 2 dengan Mode bukan nol, yang membalikkan arah pembulatan(- 4).
Function ceil for negative numbers works the same way as for positive numbers-rounds the number to the nearest integer in a big way.
Fungsi ceil untuk angka negatif bekerja dengan cara yang sama seperti untukangka positif- putaran angka ke integer terdekat di jalan besar.
Rounds -5.5 down(away from 0) to the nearest integer that is a multiple of 2 with a mode of -1, which reverses rounding direction(-6).
Membulatkan- 5,5 ke bawah( menjauhi 0) ke bilangan bulat terdekat yang merupakan kelipatan 2 dengan mode- 1, yang membalikkan arah pembulatan(- 6).
Because the result of the calculation is usually not an integer,the value of df is rounded to the nearest integerto obtain a critical value from the t table.
Karena hasil perhitungan biasanya bukan bilangan bulat,nilai df dibulatkanke bilangan bulat terdekat untuk mendapatkan nilai penting dari tabel t.
In order to calculate the number of panels in parallel(Npp), you need to divide the ImMAX by the current of a single panel at the pointof maximum power Ipmax, rounded up to the nearest integer.
Untuk memperhitungkan jumlah panel yang paralel( Npp), anda perlu membagi ImMAX dengan arus sebuah panel di titik daya maksimum Ipmax,yang dibulatkan ke atas ke integer terdekat.
The year and month are first converted into a number of months,then rounded to the nearest integerto compute the actual year and month used for computing dates.
Variabel year dan month adalah variabel yang pertama kali diubah menjadi angkan bulan,lalu dibulatkanke bilangan bulat untuk mengkomputasikan tahun dan bulan yang sebenarnya digunakan untuk mengkomputasikan tanggal.
In this visualization, it is assumed that the underlying graph is a complete graph with(near-)metric distance(meaning the distance function satisfies the triangle inequality)by taking the distance of two points and round it to the nearest integer.
Dalam visualisasi ini, graf yang mendasarinya diasumsikan sebagai graf komplet dengan jarak yang( hampir) metrik( di mana jaraknya memenuhi pertidaksamaan segitiga)dengan mengambil jarak antara dua titik dan membulatkannyake bilangan bulat terdekat.
By convention, n isten times the ellipticity of the galaxy, rounded to the nearest integer, where the ellipticity is defined as e 1- b/a for an ellipse with semi-major and semi-minor axes of lengths a and b respectively.
Dengan ketentuan n{\ displaystyle n}adalah sepuluh kali eliptisitas galaksi tersebut, dibulatkanke bilangan bulat terdekat, dimana eliptisitas ditentukan oleh rumus e 1- b a{\ displaystyle{\ begin{ matrix} e= 1-{\ frac{ b}{ a}}\ end{ matrix}}} untuk elips dengan masing-masing sumbu panjang semi mayor dan semi minor a{\ displaystyle a} and b{\ displaystyle b.
Rounds 1.5 up to the nearest even integer(2).
Membulatkan 1,5 ke terdekat bilangan bulat genap( 2).
Ceil(n): Round n up to the nearest larger integer.
Round( n): Pembulatan n ke bilangan bulat terdekat.
Bahasa indonesia
中文
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Italiano
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt