Läs på engelska Redigera

Dela via


Vector.Load<T>(T*) Method

Definition

Important

This API is not CLS-compliant.

Loads a vector from the given source.

[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