Sve.SetFfr Method
Definition
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.
Overloads
| SetFfr(Vector<UInt64>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<UInt32>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<UInt16>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<SByte>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<Int32>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<Int16>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<Byte>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
| SetFfr(Vector<Int64>) |
void svwrffr(svbool_t op) WRFFR Pop.B |
SetFfr(Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<System::UInt64> value);
public static void SetFfr(System.Numerics.Vector<ulong> value);
static member SetFfr : System.Numerics.Vector<uint64> -> unit
Public Shared Sub SetFfr (value As Vector(Of ULong))
Parameters
Applies to
SetFfr(Vector<UInt32>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<System::UInt32> value);
public static void SetFfr(System.Numerics.Vector<uint> value);
static member SetFfr : System.Numerics.Vector<uint32> -> unit
Public Shared Sub SetFfr (value As Vector(Of UInteger))
Parameters
Applies to
SetFfr(Vector<UInt16>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<System::UInt16> value);
public static void SetFfr(System.Numerics.Vector<ushort> value);
static member SetFfr : System.Numerics.Vector<uint16> -> unit
Public Shared Sub SetFfr (value As Vector(Of UShort))
Parameters
Applies to
SetFfr(Vector<SByte>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<System::SByte> value);
public static void SetFfr(System.Numerics.Vector<sbyte> value);
static member SetFfr : System.Numerics.Vector<sbyte> -> unit
Public Shared Sub SetFfr (value As Vector(Of SByte))
Parameters
Applies to
SetFfr(Vector<Int32>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<int> value);
public static void SetFfr(System.Numerics.Vector<int> value);
static member SetFfr : System.Numerics.Vector<int> -> unit
Public Shared Sub SetFfr (value As Vector(Of Integer))
Parameters
Applies to
SetFfr(Vector<Int16>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<short> value);
public static void SetFfr(System.Numerics.Vector<short> value);
static member SetFfr : System.Numerics.Vector<int16> -> unit
Public Shared Sub SetFfr (value As Vector(Of Short))
Parameters
Applies to
SetFfr(Vector<Byte>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<System::Byte> value);
public static void SetFfr(System.Numerics.Vector<byte> value);
static member SetFfr : System.Numerics.Vector<byte> -> unit
Public Shared Sub SetFfr (value As Vector(Of Byte))
Parameters
Applies to
SetFfr(Vector<Int64>)
- Source:
- Sve.PlatformNotSupported.cs
void svwrffr(svbool_t op)
WRFFR Pop.B
public:
static void SetFfr(System::Numerics::Vector<long> value);
public static void SetFfr(System.Numerics.Vector<long> value);
static member SetFfr : System.Numerics.Vector<int64> -> unit
Public Shared Sub SetFfr (value As Vector(Of Long))