Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
hasil darab
mathematical results
Dernière mise à jour : 2020-05-12
Fréquence d'utilisation : 1
Qualité :
Référence:
kembalikan hasil darab bagi semua nilai angka dalam lajur pangkalan data yang ditetapkan oleh sekumpulan syarat.
returns the product of all numeric values in a column of a database specified by a set of conditions.
fungsi geomean () mengembalikan min geometrik bagi argumen yang ditetapkan. ini sama dengan punca ke- n bagi hasil darab sebutan.
the geomean() function returns the geometric mean of the given arguments. this is equal to the nth root of the product of the terms.
sumproduct () fungsi (sum( x* y) mengembalikan hasil tambah bagi hasil darab nilai ini. bilangan nilai dalam dua tatasusunan hendaklah sama. jika tidak fungsi ini mengembalikan ralat.
the sumproduct() function (sum(x*y)) returns the sum of the product of these values. the number of values in the two arrays should be equal. otherwise this function returns err.
fungsi kproduct () mengira hasil darab semua nilai yang ditetapkan sebagai parameter. anda boleh mengira hasil darab bagi julat: kproduct( a1: b5) atau senarai nilai seperti kproduct( 12; 5; 12. 5). jika tiada nilai angka ditemui, 1 akan dikembalikan.
the kproduct() function calculates the product of all the values given as parameters. you can calculate the product of a range: kproduct(a1: b5) or a list of values like kproduct(12; 5; 12.5). if no numeric values are found 1 is returned.