Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Vector.Load<T>(T*) Method

Definition

Important

This API is not CLS-compliant.

Loads a vector from the given source.

C#
[System.CLSCompliant(false)]
public static System.Numerics.Vector<T> Load<T>(T* source);

Type Parameters

T

The type of the elements in the vector.

Parameters

source
T*

The source from which the vector will be loaded.

Returns

The vector loaded from source.

Attributes

Exceptions

The type of source (T) is not supported.

Applies to

Termék Verziók
.NET 8, 9, 10