| ChartBaseGetNextDiv Method |
获得指定数值的下一个能被除数整除的数
Namespace: Appkit.Web.ChartAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static double GetNextDiv(
double dividend,
int divisor
)
Parameters
- dividend
- Type: SystemDouble
被除数 - divisor
- Type: SystemInt32
除数
Return Value
Type:
Double下一个能被除数整除的数
See Also