3.5.12.11 NA

Description

This function is used to return NANUM (not a number) which is Origin's missing value.

Syntax

double NA()

Parameters

No parameter is needed.

Return

Return NANUM.

Example

aa = NA();
bb = ISNA(aa);
bb = ;//Should return 1.

See Also

ISNA