Vector64.CreateScalar Method
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.
CreateScalar(Single) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(UIntPtr) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(UInt64) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(UInt32) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(UInt16) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(SByte) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(Int16) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(Int64) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(Int32) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(Double) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(Byte) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar(IntPtr) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
CreateScalar<T>(T) |
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero. |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<float> CreateScalar(float value);
public static System.Runtime.Intrinsics.Vector64<float> CreateScalar(float value);
static member CreateScalar : single -> System.Runtime.Intrinsics.Vector64<single>
Public Function CreateScalar (value As Single) As Vector64(Of Single)
Parameters
- value
- Single
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<UIntPtr> CreateScalar(UIntPtr value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<UIntPtr> CreateScalar(UIntPtr value);
[<System.CLSCompliant(false)>]
static member CreateScalar : unativeint -> System.Runtime.Intrinsics.Vector64<unativeint>
Public Function CreateScalar (value As UIntPtr) As Vector64(Of UIntPtr)
Parameters
- value
-
UIntPtr
unativeint
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<System::UInt64> CreateScalar(System::UInt64 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ulong> CreateScalar(ulong value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint64 -> System.Runtime.Intrinsics.Vector64<uint64>
Public Function CreateScalar (value As ULong) As Vector64(Of ULong)
Parameters
- value
- UInt64
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> CreateScalar(System::UInt32 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<uint> CreateScalar(uint value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint32 -> System.Runtime.Intrinsics.Vector64<uint32>
Public Function CreateScalar (value As UInteger) As Vector64(Of UInteger)
Parameters
- value
- UInt32
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> CreateScalar(System::UInt16 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ushort> CreateScalar(ushort value);
[<System.CLSCompliant(false)>]
static member CreateScalar : uint16 -> System.Runtime.Intrinsics.Vector64<uint16>
Public Function CreateScalar (value As UShort) As Vector64(Of UShort)
Parameters
- value
- UInt16
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Important
This API is not CLS-compliant.
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<System::SByte> CreateScalar(System::SByte value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<sbyte> CreateScalar(sbyte value);
[<System.CLSCompliant(false)>]
static member CreateScalar : sbyte -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Function CreateScalar (value As SByte) As Vector64(Of SByte)
Parameters
- value
- SByte
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
- Attributes
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<short> CreateScalar(short value);
public static System.Runtime.Intrinsics.Vector64<short> CreateScalar(short value);
static member CreateScalar : int16 -> System.Runtime.Intrinsics.Vector64<int16>
Public Function CreateScalar (value As Short) As Vector64(Of Short)
Parameters
- value
- Int16
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<long> CreateScalar(long value);
public static System.Runtime.Intrinsics.Vector64<long> CreateScalar(long value);
static member CreateScalar : int64 -> System.Runtime.Intrinsics.Vector64<int64>
Public Function CreateScalar (value As Long) As Vector64(Of Long)
Parameters
- value
- Int64
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<int> CreateScalar(int value);
public static System.Runtime.Intrinsics.Vector64<int> CreateScalar(int value);
static member CreateScalar : int -> System.Runtime.Intrinsics.Vector64<int>
Public Function CreateScalar (value As Integer) As Vector64(Of Integer)
Parameters
- value
- Int32
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<double> CreateScalar(double value);
public static System.Runtime.Intrinsics.Vector64<double> CreateScalar(double value);
static member CreateScalar : double -> System.Runtime.Intrinsics.Vector64<double>
Public Function CreateScalar (value As Double) As Vector64(Of Double)
Parameters
- value
- Double
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> CreateScalar(System::Byte value);
public static System.Runtime.Intrinsics.Vector64<byte> CreateScalar(byte value);
static member CreateScalar : byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Function CreateScalar (value As Byte) As Vector64(Of Byte)
Parameters
- value
- Byte
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.
public:
static System::Runtime::Intrinsics::Vector64<IntPtr> CreateScalar(IntPtr value);
public static System.Runtime.Intrinsics.Vector64<IntPtr> CreateScalar(IntPtr value);
static member CreateScalar : nativeint -> System.Runtime.Intrinsics.Vector64<nativeint>
Public Function CreateScalar (value As IntPtr) As Vector64(Of IntPtr)
Parameters
- value
-
IntPtr
nativeint
The value that element 0 will be initialized to.
Returns
A new Vector64<T> instance with the first element initialized to value
and the remaining elements initialized to zero.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 7, 8, 9, 10 |
- Source:
- Vector64.cs
- Source:
- Vector64.cs
Creates a new Vector64<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::Vector64<T> CreateScalar(T value);
public static System.Runtime.Intrinsics.Vector64<T> CreateScalar<T>(T value);
static member CreateScalar : 'T -> System.Runtime.Intrinsics.Vector64<'T>
Public Function CreateScalar(Of T) (value As T) As Vector64(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 Vector64<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
.NET 10 and other versions
Product | Versions |
---|---|
.NET | 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: