Vector.AsVectorUInt64<T>(Vector<T>) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
將指定向量的位元轉換成不帶正負號之長整數向量的位元。
public:
generic <typename T>
where T : value class static System::Numerics::Vector<System::UInt64> AsVectorUInt64(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<System::UInt64> AsVectorUInt64(System::Numerics::Vector<T> value);
C#
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> AsVectorUInt64<T> (System.Numerics.Vector<T> value) where T : struct;
C#
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> AsVectorUInt64<T> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member AsVectorUInt64 : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint64> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member AsVectorUInt64 : System.Numerics.Vector<'T> -> System.Numerics.Vector<uint64>
Public Shared Function AsVectorUInt64(Of T As Structure) (value As Vector(Of T)) As Vector(Of ULong)
Public Function AsVectorUInt64(Of T As Structure) (value As Vector(Of T)) As Vector(Of ULong)
Public Function AsVectorUInt64(Of T) (value As Vector(Of T)) As Vector(Of ULong)
- T
向量類型。
T
可以是任何基本數字型別。
- value
- Vector<T>
來源向量。
已轉換的向量。
- 屬性
不支援 value
(T
) 的類型。
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |