Aracılığıyla paylaş


MathObject.round(Double) Yöntem

Tanım

Belirtilen sayıyı aşağı veya yukarı doğru en yakın tamsayıya yuvarlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static double round(double d);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_round)]
public static double round (double d);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_round)]
public static double round (double d);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_round)>]
static member round : double -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_round)>]
static member round : double -> double
Public Shared Function round (d As Double) As Double

Parametreler

d
Double

Yuvarlanacak sayı.

Döndürülenler

kesirli bölümü d sonraki tamsayıya yarıdan küçükse, d aşağı yuvarlanır. kesirli bölümü d bir sonraki tamsayıya orta veya daha fazlaysa, d yukarı yuvarlanmış.

Öznitelikler

Şunlara uygulanır