是NaN
is NaN
检测输入内容是不是NaN。
输入类型
v:Number | any
返回类型
始终为 Boolean
使用示例
源码
/categorys/string_and_type.js
{//2.0.0
opcode: `${category_id}.is_NaN`,
messageId: `${category_id}.is_NaN`,
categoryId: category_id,
type: type.BlockType.BOOLEAN,
param: {
v: {
type: undefined
}
},
function: (args,util)=> Number.isNaN( args.v )
},