ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorFloatCont Class / AddValue Method
Value to be added to the container.




In This Topic
    AddValue Method
    In This Topic
    Adds new value at the end of the container.
    Syntax
    'Declaration
     
    Public Sub AddValue( _
       ByVal value As Single _
    ) 
    'Usage
     
    Dim instance As ImGearVectorFloatCont
    Dim value As Single
     
    instance.AddValue(value)
    public void AddValue( 
       float value
    )
    public: void AddValue( 
       float value
    ) 
    public:
    void AddValue( 
       float value
    ) 

    Parameters

    value
    Value to be added to the container.
    See Also