setFloat

The setFloat method of the ObjectDictionary class creates a float variable.

public void setFloat(String name, float f);

Parameters

name A string that specifies the variable to set.
f A float variable.

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