郑广学VSTO火箭速成班 VBAYYDS.COM

ExtentionsRandBetween(Int32, Int32) 方法

生成一个m到n之间的随机整数

Definition

命名空间: Excel880VSTO
程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
C#
public static int RandBetween(
	int m,
	int n
)

参数

m  Int32
 
n  Int32
 

返回值

Int32

参见