Click or drag to resize
ChartBaseGetNextDiv Method
获得指定数值的下一个能被除数整除的数

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static double GetNextDiv(
	double dividend,
	int divisor
)

Parameters

dividend
Type: SystemDouble
被除数
divisor
Type: SystemInt32
除数

Return Value

Type: Double
下一个能被除数整除的数
See Also