共用方式為


Vector256.CreateScalar 方法

定義

多載

CreateScalar(UInt64)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Byte)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Double)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Int16)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Int32)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Int64)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(IntPtr)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(SByte)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(Single)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(UInt16)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(UInt32)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(UIntPtr)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar<T>(T)

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

CreateScalar(UInt64)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt64> CreateScalar(System::UInt64 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ulong> CreateScalar (ulong value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint64 -> System.Runtime.Intrinsics.Vector256<uint64>
Public Function CreateScalar (value As ULong) As Vector256(Of ULong)

參數

value
UInt64

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

屬性

適用於

CreateScalar(Byte)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<System::Byte> CreateScalar(System::Byte value);
public static System.Runtime.Intrinsics.Vector256<byte> CreateScalar (byte value);
static member CreateScalar : byte -> System.Runtime.Intrinsics.Vector256<byte>
Public Function CreateScalar (value As Byte) As Vector256(Of Byte)

參數

value
Byte

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(Double)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<double> CreateScalar(double value);
public static System.Runtime.Intrinsics.Vector256<double> CreateScalar (double value);
static member CreateScalar : double -> System.Runtime.Intrinsics.Vector256<double>
Public Function CreateScalar (value As Double) As Vector256(Of Double)

參數

value
Double

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(Int16)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<short> CreateScalar(short value);
public static System.Runtime.Intrinsics.Vector256<short> CreateScalar (short value);
static member CreateScalar : int16 -> System.Runtime.Intrinsics.Vector256<int16>
Public Function CreateScalar (value As Short) As Vector256(Of Short)

參數

value
Int16

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(Int32)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<int> CreateScalar(int value);
public static System.Runtime.Intrinsics.Vector256<int> CreateScalar (int value);
static member CreateScalar : int -> System.Runtime.Intrinsics.Vector256<int>
Public Function CreateScalar (value As Integer) As Vector256(Of Integer)

參數

value
Int32

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(Int64)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<long> CreateScalar(long value);
public static System.Runtime.Intrinsics.Vector256<long> CreateScalar (long value);
static member CreateScalar : int64 -> System.Runtime.Intrinsics.Vector256<int64>
Public Function CreateScalar (value As Long) As Vector256(Of Long)

參數

value
Int64

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(IntPtr)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<IntPtr> CreateScalar(IntPtr value);
public static System.Runtime.Intrinsics.Vector256<IntPtr> CreateScalar (IntPtr value);
static member CreateScalar : nativeint -> System.Runtime.Intrinsics.Vector256<nativeint>
Public Function CreateScalar (value As IntPtr) As Vector256(Of IntPtr)

參數

value
IntPtr

nativeint

專案 0 將初始化為 的值。

傳回

Vector256<IntPtr>

Vector256<nativeint>

新的 Vector256<T> 實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(SByte)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<System::SByte> CreateScalar(System::SByte value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<sbyte> CreateScalar (sbyte value);
[<System.CLSCompliant(false)>]
static member CreateScalar : sbyte -> System.Runtime.Intrinsics.Vector256<sbyte>
Public Function CreateScalar (value As SByte) As Vector256(Of SByte)

參數

value
SByte

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

屬性

適用於

CreateScalar(Single)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<float> CreateScalar(float value);
public static System.Runtime.Intrinsics.Vector256<float> CreateScalar (float value);
static member CreateScalar : single -> System.Runtime.Intrinsics.Vector256<single>
Public Function CreateScalar (value As Single) As Vector256(Of Single)

參數

value
Single

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

適用於

CreateScalar(UInt16)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt16> CreateScalar(System::UInt16 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<ushort> CreateScalar (ushort value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint16 -> System.Runtime.Intrinsics.Vector256<uint16>
Public Function CreateScalar (value As UShort) As Vector256(Of UShort)

參數

value
UInt16

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

屬性

適用於

CreateScalar(UInt32)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt32> CreateScalar(System::UInt32 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<uint> CreateScalar (uint value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint32 -> System.Runtime.Intrinsics.Vector256<uint32>
Public Function CreateScalar (value As UInteger) As Vector256(Of UInteger)

參數

value
UInt32

專案 0 將初始化為 的值。

傳回

新的向量實例,第一個專案初始化為 value,其餘元素初始化為零。

屬性

適用於

CreateScalar(UIntPtr)

來源:
Vector256.cs
來源:
Vector256.cs
來源:
Vector256.cs

重要

此 API 不符合 CLS 規範。

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
 static System::Runtime::Intrinsics::Vector256<UIntPtr> CreateScalar(UIntPtr value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<UIntPtr> CreateScalar (UIntPtr value);
[<System.CLSCompliant(false)>]
static member CreateScalar : unativeint -> System.Runtime.Intrinsics.Vector256<unativeint>
Public Function CreateScalar (value As UIntPtr) As Vector256(Of UIntPtr)

參數

value
UIntPtr

unativeint

專案 0 將初始化為 的值。

傳回

Vector256<UIntPtr>

Vector256<unativeint>

新的 Vector256<T> 實例,第一個專案初始化為 value,其餘元素初始化為零。

屬性

適用於

CreateScalar<T>(T)

來源:
Vector256.cs
來源:
Vector256.cs

建立新的 Vector256<T> 實例,其中第一個專案初始化為指定的值,其餘專案初始化為零。

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector256<T> CreateScalar(T value);
public static System.Runtime.Intrinsics.Vector256<T> CreateScalar<T> (T value);
static member CreateScalar : 'T -> System.Runtime.Intrinsics.Vector256<'T>
Public Function CreateScalar(Of T) (value As T) As Vector256(Of T)

類型參數

T

向量中專案的型別。

參數

value
T

專案 0 將初始化為 的值。

傳回

新的 Vector256<T> 實例,第一個專案初始化為 value,其餘元素初始化為零。

例外狀況

不支援 value 類型(T)。

適用於