Vector256.ConvertToUInt64(Vector256<Double>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
Vector256<T> を Vector256<T>に変換します。
public:
static System::Runtime::Intrinsics::Vector256<System::UInt64> ConvertToUInt64(System::Runtime::Intrinsics::Vector256<double> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> ConvertToUInt64 (System.Runtime.Intrinsics.Vector256<double> vector);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64 : System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<uint64>
Public Function ConvertToUInt64 (vector As Vector256(Of Double)) As Vector256(Of ULong)
パラメーター
戻り値
変換されたベクトル。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET