ImageGear .NET v24.12 - Updated
GetValue Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFloatCont Class : GetValue Method
Position of the value in the container.
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

Reference

ImGearVectorFloatCont Class
ImGearVectorFloatCont Members