Multiply(Vector4,Single) Method
In This Topic
Scales a vector by the given value.
Syntax
'Declaration
Public Overloads Shared Function Multiply( _
ByVal As Vector4, _
ByVal As System.Single _
) As Vector4
public static Vector4 Multiply(
Vector4 ,
System.float
)
Parameters
- value
- The vector to scale.
- scale
- The amount by which to scale the vector.
Return Value
The scaled vector.
See Also