Vector64.ConvertToInt64Native(Vector64<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.
Converts a Vector64<Double>
to a Vector64<Int64>
using platform specific behavior on overflow.
public:
static System::Runtime::Intrinsics::Vector64<long> ConvertToInt64Native(System::Runtime::Intrinsics::Vector64<double> vector);
public static System.Runtime.Intrinsics.Vector64<long> ConvertToInt64Native(System.Runtime.Intrinsics.Vector64<double> vector);
static member ConvertToInt64Native : System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<int64>
Public Function ConvertToInt64Native (vector As Vector64(Of Double)) As Vector64(Of Long)
Parameters
Returns
The converted vector.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.