Number.IsNaN

Number.IsNaN(value as number) as logical

指示值是否为 NaN (不是数字)。如果 numberNumber.IsNaN 等效,则返回 true;否则返回 false

示例:

检查 0 除以 0 是否为 NaN。

使用情况:

Number.IsNaN(0/0)

输出:

true

示例:

检查 1 除以 0 是否为 NaN。

使用情况:

Number.IsNaN(1/0)

输出:

false

results matching ""

    No results matching ""