ValueDouble (NotesItem - JavaScript)

Read-Write. The value of an item with a single numeric value.

Defined in

NotesItem

Syntax

getValueDouble() : double

setValueDouble(value:double) : void

Usage

If the item has no value or the value is text, date-time, or empty, this method returns 0.0.

If the item has multiple values, this method returns the first value.