Share

Acad.isNumber Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.isNumber(n);

Group

ACAD Namespace

Parameters

Parameter Description
n is a number

Returns

boolean

Description

Use this function to test whether the number passed is a valid float.

ACAD Namespace

Was this information helpful?