ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / Create Method / Create(Manager2,Double) Method

In This Topic
    Create(Manager2,Double) Method
    In This Topic
    Initializes a new instance of the Variable2 class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal manager As Manager2, _
       Optional ByVal initialValue As System.Double _
    ) As Variable2
    public static Variable2 Create( 
       Manager2 manager,
       System.double initialValue
    )

    Parameters

    manager
    initialValue
    See Also