Click or drag to resize

Vector4Subtract(Vector4, Vector4) Method

Vector4 subtraction

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector4 Subtract(
	Vector4 l,
	Vector4 r
)

Parameters

l  Vector4
Left-hand side Vector4
r  Vector4
Right-hand sideVector4

Return Value

Vector4
Result of Vector4 subtraction
See Also