The getDouble method RequestDictionary class returns a variable of type double.
public double getDouble(java.lang.String p1);
doublevar | A variable that will hold the returned double. |
Dictionary | A valid RequestDictionary. |
name | A string specifying the identifier of the double variable that is returned. |