Click or drag to resize

Vector4MultiplyAdd Method

Combined multiplication and addition

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public static Vector4 MultiplyAdd(
	Vector4 v,
	double s,
	Vector4 o
)

Parameters

v
Type: Microsoft.DirectXVector4
Source Vector4
s
Type: SystemDouble
Scale
o
Type: Microsoft.DirectXVector4
Offset Vector4

Return Value

Type: Vector4
Result Vector4 of v * s + o
See Also