GetFloat Method
Summary
Reads the property as a float.
Syntax
public float GetFloat(
string name
)
Public Function GetFloat(
ByVal name As String
) As Single
public:
Single GetFloat(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Float value of the property.