Edit

Share via


Vector3.Log2(Vector3) Method

Definition

Computes the log2 of each element in a vector.

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

Parameters

vector
Vector3

The vector that will have its log2 computed.

Returns

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

Applies to