Vector256.CreateScalar Method

Definition

Overloads

CreateScalar(UIntPtr)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt64)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt32)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt16)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Single)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(SByte)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int64)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int32)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int16)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Double)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Byte)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(IntPtr)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar<T>(T)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UIntPtr)

Important

This API is not CLS-compliant.

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
UIntPtr

unativeint

The value that element 0 will be initialized to.

Returns

Vector256<UIntPtr>

Vector256<unativeint>

A new Vector256<T> instance with the first element initialized to value and the remaining elements initialized to zero.

Attributes

Applies to

CreateScalar(UInt64)

Important

This API is not CLS-compliant.

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
UInt64

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Attributes

Applies to

CreateScalar(UInt32)

Important

This API is not CLS-compliant.

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
UInt32

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Attributes

Applies to

CreateScalar(UInt16)

Important

This API is not CLS-compliant.

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
UInt16

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Attributes

Applies to

CreateScalar(Single)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Single

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(SByte)

Important

This API is not CLS-compliant.

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
SByte

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Attributes

Applies to

CreateScalar(Int64)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Int64

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(Int32)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Int32

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(Int16)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Int16

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(Double)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Double

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(Byte)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
Byte

The value that element 0 will be initialized to.

Returns

A new vector instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar(IntPtr)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Parameters

value
IntPtr

nativeint

The value that element 0 will be initialized to.

Returns

Vector256<IntPtr>

Vector256<nativeint>

A new Vector256<T> instance with the first element initialized to value and the remaining elements initialized to zero.

Applies to

CreateScalar<T>(T)

Creates a new Vector256<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

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)

Type Parameters

T

The type of the elements in the vector.

Parameters

value
T

The value that element 0 will be initialized to.

Returns

A new Vector256<T> instance with the first element initialized to value and the remaining elements initialized to zero.

Exceptions

The type of value (T) is not supported.

Applies to