NA-func
This function is used to return NANUM (not a number) which is Origin's missing value.
double NA()
No parameter is needed.
Return NANUM.
aa = NA(); bb = ISNA(aa); bb = ;//Should return 1.
ISNA