ComponentOne Bitmap for UWP
Vector4 Constructor(Single)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure > Vector4 Constructor : Vector4 Constructor(Single)
The value that will be assigned to all components.
Initializes a new instance of the Vector4 struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Single _
)
public Vector4( 
   System.float value
)

Parameters

value
The value that will be assigned to all components.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List