DynamicValue Implicit Conversion (Double to DynamicValue)

Casts a Double value to a DynamicValue.

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

static implicit operator DynamicValue^ (
	double value
)

Parameters

value
Type: System::Double
A Double value.

Return Value

Type: Microsoft.Activities::DynamicValue
A DynamicValue representation of the specified Double value.

Community Additions

ADD
Show: