RandomGenerator.GetShort 方法

定义

重载

GetShort()
GetShort(Int16, Int16)

GetShort()

public short GetShort();
member this.GetShort : unit -> int16

返回

适用于

GetShort(Int16, Int16)

public short GetShort(short min, short max);
member this.GetShort : int16 * int16 -> int16

参数

min
Int16
max
Int16

返回

适用于