Vector.ConvertToUInt32(Vector<Single>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Converts a Vector<Single>
to a Vector<UInt32>
.
public:
static System::Numerics::Vector<System::UInt32> ConvertToUInt32(System::Numerics::Vector<float> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<uint> ConvertToUInt32 (System.Numerics.Vector<float> value);
[<System.CLSCompliant(false)>]
static member ConvertToUInt32 : System.Numerics.Vector<single> -> System.Numerics.Vector<uint32>
Public Shared Function ConvertToUInt32 (value As Vector(Of Single)) As Vector(Of UInteger)
Public Function ConvertToUInt32 (value As Vector(Of Single)) As Vector(Of UInteger)
Parameters
Returns
The converted vector.
- Attributes
Applies to
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.