Sve.SaturatingIncrementByActiveElementCount Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg) UQINCP Ztied.S, Pg |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>) |
uint64_t svqincp[_n_u64]_b64(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.D |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>) |
uint64_t svqincp[_n_u64]_b32(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.S |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>) |
uint64_t svqincp[_n_u64]_b8(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.B |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>) |
uint32_t svqincp[_n_u32]_b64(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.D |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>) |
uint32_t svqincp[_n_u32]_b32(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.S |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>) |
uint32_t svqincp[_n_u32]_b16(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.H |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>) |
uint32_t svqincp[_n_u32]_b8(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.B |
| SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svqincp[_u64](svuint64_t op, svbool_t pg) UQINCP Ztied.D, Pg |
| SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg) UQINCP Ztied.H, Pg |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>) |
uint64_t svqincp[_n_u64]_b16(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.H |
| SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>) |
svint32_t svqincp[_s32](svint32_t op, svbool_t pg) SQINCP Ztied.S, Pg |
| SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>) |
int32_t svqincp[_n_s32]_b8(int32_t op, svbool_t pg) SQINCP Xtied, Pg.B, Wtied |
| SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>) |
svint64_t svqincp[_s64](svint64_t op, svbool_t pg) SQINCP Ztied.D, Pg |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>) |
int32_t svqincp[_n_s32]_b32(int32_t op, svbool_t pg) SQINCP Xtied, Pg.S, Wtied |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>) |
int32_t svqincp[_n_s32]_b64(int32_t op, svbool_t pg) SQINCP Xtied, Pg.D, Wtied |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>) |
int32_t svqincp[_n_s32]_b16(int32_t op, svbool_t pg) SQINCP Xtied, Pg.H, Wtied |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>) |
int64_t svqincp[_n_s64]_b16(int64_t op, svbool_t pg) SQINCP Xtied, Pg.H |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>) |
int64_t svqincp[_n_s64]_b32(int64_t op, svbool_t pg) SQINCP Xtied, Pg.S |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>) |
int64_t svqincp[_n_s64]_b64(int64_t op, svbool_t pg) SQINCP Xtied, Pg.D |
| SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>) |
svint16_t svqincp[_s16](svint16_t op, svbool_t pg) SQINCP Ztied.H, Pg |
| SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>) |
int64_t svqincp[_n_s64]_b8(int64_t op, svbool_t pg) SQINCP Xtied, Pg.B |
SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg)
UQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<System::UInt32> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> from);
public static System.Numerics.Vector<uint> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UInteger), from As Vector(Of UInteger)) As Vector(Of UInteger)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b64(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of ULong)) As ULong
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b32(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UInteger)) As ULong
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b8(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of Byte)) As ULong
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b64(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of ULong)) As ULong
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b32(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UInteger)) As ULong
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b16(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UShort)) As ULong
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b8(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of Byte)) As ULong
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint64_t svqincp[_u64](svuint64_t op, svbool_t pg)
UQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<System::UInt64> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<System::UInt64> from);
public static System.Numerics.Vector<ulong> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<ulong> value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of ULong), from As Vector(Of ULong)) As Vector(Of ULong)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg)
UQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<System::UInt16> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<System::UInt16> from);
public static System.Numerics.Vector<ushort> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<ushort> value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UShort), from As Vector(Of UShort)) As Vector(Of UShort)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b16(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UShort)) As ULong
Parameter
- value
- UInt64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint32_t svqincp[_s32](svint32_t op, svbool_t pg)
SQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<int> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<int> value, System::Numerics::Vector<int> from);
public static System.Numerics.Vector<int> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<int> value, System.Numerics.Vector<int> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Integer), from As Vector(Of Integer)) As Vector(Of Integer)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b8(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.B, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of Byte)) As Long
Parameter
- value
- Int32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint64_t svqincp[_s64](svint64_t op, svbool_t pg)
SQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<long> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<long> value, System::Numerics::Vector<long> from);
public static System.Numerics.Vector<long> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<long> value, System.Numerics.Vector<long> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Long), from As Vector(Of Long)) As Vector(Of Long)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b32(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.S, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UInteger)) As Long
Parameter
- value
- Int32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b64(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.D, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of ULong)) As Long
Parameter
- value
- Int32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b16(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.H, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UShort)) As Long
Parameter
- value
- Int32
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b16(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.H
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UShort)) As Long
Parameter
- value
- Int64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b32(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.S
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UInteger)) As Long
Parameter
- value
- Int64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b64(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.D
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of ULong)) As Long
Parameter
- value
- Int64
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint16_t svqincp[_s16](svint16_t op, svbool_t pg)
SQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<short> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<short> value, System::Numerics::Vector<short> from);
public static System.Numerics.Vector<short> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<short> value, System.Numerics.Vector<short> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Short), from As Vector(Of Short)) As Vector(Of Short)
Parameter
Gibt zurück
Gilt für:
SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b8(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.B
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of Byte)) As Long
Parameter
- value
- Int64