Lodash _.toInteger

2021-09-22 14:01 更新

_.toInteger(value) 

轉(zhuǎn)換 value 為一個(gè)整數(shù)。注意: 這個(gè)方法基于ToInteger.

添加版本

4.0.0

參數(shù)

  1. value (*): 要轉(zhuǎn)換的值。

返回

(number): 返回轉(zhuǎn)換后的整數(shù)。

例子

_.toInteger(3.2);
// => 3
 _.toInteger(Number.MIN_VALUE);
// => 0 
_.toInteger(Infinity);
// => 1.7976931348623157e+308 
_.toInteger('3.2');// => 3


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)