Click or drag to resize

Vector4Maximize Method (Vector4, Vector4)

Vector4 maximization - combination of the largest components

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

Parameters

l
Type: Microsoft.DirectXVector4
Left-hand side Vector4
r
Type: Microsoft.DirectXVector4
Right-hand side Vector4

Return Value

Type: Vector4
Result of Vector4 maximization
See Also