setDouble

The setDouble method of the ObjectDictionary class creates a double variable.

void setDouble(java.lang.String name, double d) ;

Parameters

name A string that specifies the variable to set.
d A double variable.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.