ImageGear .NET - Updated October 26, 2017
GetValue Method




ImageGear23.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)

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