setDouble

The setDouble method RequestDictionary class creates a double variable.

public 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.