ComponentOne Bitmap for UWP
Vector3 Constructor(Single)

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

Parameters

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

Reference

Vector3 Structure
Vector3 Members
Overload List