|
Vector4 Constructor (Single)
|
Initializes a new instance of the
Vector4 structure.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector4(
float value
)
Public Sub New (
value As Single
)
Request Example
View SourceParameters
- value
- Type: SystemSingle
Value, which is set to all 4 coordinates of the vector.
See Also