MathObject.round(Double) Methode

Definition

Rundet die angegebene Zahl auf die nächste ganze Zahl auf oder ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

d
Double

Die zu rundende Zahl.

Gibt zurück

Wenn der Abstand von d zur nächstgrößeren ganzen Zahl größer als 0,5 ist, wird d abgerundet. Wenn der Abstand von d zur nächstgrößeren ganzen Zahl kleiner oder gleich 0,5 ist, wird d aufgerundet.

Attribute

Gilt für: