WMLScript minInt() 函數

minInt() 函數返回可能的最小整數值。

語法

n = Lang.minInt()
成分 描述
n 從函數返回的最小整數。

例子

var a = Lang.minInt();

結果

a = -2147483648