FunctionsMisc$isNaNOn this page$isNaN Will check if the given NaN is valid. Parameters ParameterDescriptioncontentcontent for check Example <AoiClient>.addCommand({ name: "misc", code: ` $isNaN[NaN] $isNaN[chbc] `,});