DynamicValue Implicit Conversion (DynamicValue to Double)

Converts a dynamic value to a Double value.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    dynamicValue As DynamicValue _
) As Double
'Usage
Dim input As DynamicValue 
Dim output As Double 

output = CType(input, Double)
public static implicit operator double (
    DynamicValue dynamicValue
)
static implicit operator double (
    DynamicValue^ dynamicValue
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: System.Double
The converted Double value from a dynamic value.

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace