Share via


Helper.AsDNDouble method

Attempts to coerce a Double from the specified object and workflow instance.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Shared Function AsDNDouble ( _
    context As WorkflowContext, _
    val As Object _
) As Double
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As Double

returnValue = Helper.AsDNDouble(context, _
    val)
public static double AsDNDouble(
    WorkflowContext context,
    Object val
)

Parameters

Return value

Type: System.Double
The double-precision floating-point number value.

See also

Reference

Helper class

Helper members

Microsoft.SharePoint.WorkflowActions namespace