GetNullableFloatValue method

Gets a float value from this WSResult.

Syntax
Visual Basic
Public Function GetNullableFloatValue( _
   ByVal childName As String _
) As iAnywhere.QAnywhere.WS.NullableFloat
C#
public iAnywhere.QAnywhere.WS.NullableFloat GetNullableFloatValue(
   string  childName
);
Parameters
  • childName   The element name in the WSDL document of this value.

Return value

The value.

Exceptions