| AkCommonRound Method (Double, Int32) |
四舍五入, 保留指定位数的小数, 同时源数值
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static double Round(
ref double value,
int digits
)
Parameters
- value
- Type: SystemDouble
- digits
- Type: SystemInt32
Return Value
Type:
Double
See Also