Modifica

Condividi tramite


Vector3.Load(Single*) Method

Definition

Important

This API is not CLS-compliant.

Loads a vector from the given source.

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

Parameters

source
Single*

The source from which the vector will be loaded.

Returns

The vector loaded from source.

Attributes

Applies to