計算清單中null值的數量。
彙總
countOnlyNull(<listAny>)
參數 | 類型 |
---|---|
清單 | listString |
清單 | listBoolean |
清單 | listInteger |
清單 | listDecimal |
清單 | listDuration |
清單 | listDateTime |
清單 | listDateTimeOnly |
清單 | listDateOnly |
countOnlyNull(<listAny>)
傳回整數。
countOnlyNull([10,2,10,null])
傳回1。