GetReturnValueAsDouble Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReturnValueAsDouble() method returns the value of the specified output parameter as a double.
'Usage
Dim instance As SpReturnValues
Dim name As String
Dim value As Double
value = instance.GetReturnValueAsDouble(name)
Parameters
- name
- Required. The name of the output parameter.
Return Value
The value of the specified output parameter as a double.