Edit

Share via


Vector4.Log(Vector4) Method

Definition

Computes the log of each element in a vector.

public:
 static System::Numerics::Vector4 Log(System::Numerics::Vector4 vector);
public static System.Numerics.Vector4 Log(System.Numerics.Vector4 vector);
static member Log : System.Numerics.Vector4 -> System.Numerics.Vector4
Public Shared Function Log (vector As Vector4) As Vector4

Parameters

vector
Vector4

The vector that will have its log computed.

Returns

A vector whose elements are the log of the elements in vector.

Applies to