This document is archived and information here might be outdated. Recommended version. |
Adds element value as a float.
[Visual Basic .NET]
Public Sub AddFloat ( _
ByVal Name As String, _
ByVal Value As Single _
)
[C#]
public void AddFloat (
string Name,
float Value
);
[C++]
HRESULT AddFloat(
BSTR Name,
float Value
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR Value [in]
Value is a parameter of type single