Vector.ConvertToUInt64(Vector<Double>) 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<Double>
to a Vector<UInt64>
.
public:
static System::Numerics::Vector<System::UInt64> ConvertToUInt64(System::Numerics::Vector<double> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> ConvertToUInt64 (System.Numerics.Vector<double> value);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64 : System.Numerics.Vector<double> -> System.Numerics.Vector<uint64>
Public Shared Function ConvertToUInt64 (value As Vector(Of Double)) As Vector(Of ULong)
Public Function ConvertToUInt64 (value As Vector(Of Double)) As Vector(Of ULong)
Parameters
Returns
The converted vector.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.