Click or drag to resize
AkCommonRound Method (Double, Int32)
四舍五入, 保留指定位数的小数

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static double Round(
	double value,
	int digits
)

Parameters

value
Type: SystemDouble
digits
Type: SystemInt32

Return Value

Type: Double
See Also