ImageGear for .NET
AddValue Method




Value to be added to the container.
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

Reference

ImGearVectorFloatCont Class
ImGearVectorFloatCont Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback