ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorFloatCont Class / GetValue Method
Position of the value in the container.




In This Topic
    GetValue Method
    In This Topic
    Returns a value specified by the position.
    Syntax
    'Declaration
     
    Public Function GetValue( _
       ByVal position As Integer _
    ) As Single
    'Usage
     
    Dim instance As ImGearVectorFloatCont
    Dim position As Integer
    Dim value As Single
     
    value = instance.GetValue(position)
    public float GetValue( 
       int position
    )
    public: float GetValue( 
       int position
    ) 
    public:
    float GetValue( 
       int position
    ) 

    Parameters

    position
    Position of the value in the container.

    Return Value

    A float value specified by the position.
    See Also