Прочетете на английски Редактиране

Споделяне чрез


Vector64.Log Method

Definition

Overloads

Log(Vector64<Double>)

Computes the log of each element in a vector.

Log(Vector64<Single>)

Computes the log of each element in a vector.

Log(Vector64<Double>)

Source:
Vector64.cs

Computes the log of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector64<double> Log(System.Runtime.Intrinsics.Vector64<double> vector);

Parameters

vector
Vector64<Double>

The vector that will have its log computed.

Returns

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

Applies to

.NET 10 и .NET 9
Продукт Версии
.NET 9, 10

Log(Vector64<Single>)

Source:
Vector64.cs

Computes the log of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector64<float> Log(System.Runtime.Intrinsics.Vector64<float> vector);

Parameters

vector
Vector64<Single>

The vector that will have its log computed.

Returns

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

Applies to

.NET 10 и .NET 9
Продукт Версии
.NET 9, 10