[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.AbsRef

AbsRef Method

AbsRef(ref Vector4)

Calculates the absolute value vector.

Declaration
public static void AbsRef(ref Vector4 value)
Parameters
Type Name Description
Vector4 value

A vector.

AbsRef(out Vector4, ref Vector4)

Returns a vector whose elements are the absolute values of each of the specified vector's elements.

Declaration
public static void AbsRef(out Vector4 result, ref Vector4 value)
Parameters
Type Name Description
Vector4 result

The absolute value vector.

Vector4 value

A vector.