Düzenle

Aracılığıyla paylaş


Vector3.LoadAligned(Single*) Method

Definition

Important

This API is not CLS-compliant.

Loads a vector from the given aligned source.

public:
 static System::Numerics::Vector3 LoadAligned(float* source);
[System.CLSCompliant(false)]
public static System.Numerics.Vector3 LoadAligned(float* source);
[<System.CLSCompliant(false)>]
static member LoadAligned : nativeptr<single> -> System.Numerics.Vector3

Parameters

source
Single*

The aligned source from which the vector will be loaded.

Returns

The vector loaded from source.

Attributes

Applies to