Share

Acad.isInteger Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.isInteger(value);

Group

ACAD Namespace

Parameters

Parameter Description
value is a number

Returns

boolean

Description

Use this function to test whether the number passed is an integer.

ACAD Namespace

Was this information helpful?