Vector64.ConvertToInt64(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<T> to a Vector64<T>.
public:
static System::Runtime::Intrinsics::Vector64<long> ConvertToInt64(System::Runtime::Intrinsics::Vector64<double> vector);
public static System.Runtime.Intrinsics.Vector64<long> ConvertToInt64(System.Runtime.Intrinsics.Vector64<double> vector);
static member ConvertToInt64 : System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<int64>
Public Function ConvertToInt64 (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.