반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- array
- PANDAS
- Google Spreadsheet
- Excel
- Google Excel
- Java
- 파이썬
- Tkinter
- PostgreSQL
- django
- google apps script
- Github
- c#
- string
- Redshift
- matplotlib
- gas
- math
- numpy
- hive
- Kotlin
- list
- Python
- Mac
- dataframe
- GIT
- Apache
- SQL
- PySpark
Archives
- Today
- Total
달나라 노트
Google Apps Script : Number.NaN (NaN, NaN 값, Not a Number) 본문
Google Apps Script
Google Apps Script : Number.NaN (NaN, NaN 값, Not a Number)
CosmosProject 2022. 11. 30. 19:41728x90
반응형
Number 객체의 NaN은 NaN 값을 나타냅니다.
function myFunction(){
Logger.log(Number.NaN);
}
-- Reseult
NaN
- Number.NaN
Number 객체의 NaN을 사용하면 NaN값을 나타내줍니다.
728x90
반응형
'Google Apps Script' 카테고리의 다른 글
Google Apps Script : Math.E (자연상수, e, Euler Number) (0) | 2022.11.30 |
---|---|
Google Apps Script : Math.PI (PI, 파이값, 원주율) (0) | 2022.11.30 |
Google Apps Script : Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY (양의 무한대, 음의 무한대, 무한대) (0) | 2022.11.30 |
Google Apps Script : isNaN (NaN값 판단하기) (0) | 2022.11.29 |
Google Apps Script : isInteger (정수값 판단) (0) | 2022.11.29 |
Comments